Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MSUBW (0.03 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    (MSUBW a x (MOVDconst [c])) && int32(c)==-1 => (MOVWUreg (ADD <a.Type> a x))
    (MSUBW a _ (MOVDconst [c])) && int32(c)==0 => (MOVWUreg a)
    (MSUBW a x (MOVDconst [c])) && int32(c)==1 => (MOVWUreg (SUB <a.Type> a x))
    (MSUBW a x (MOVDconst [c])) && isPowerOfTwo64(c) => (MOVWUreg (SUBshiftLL <a.Type> a x [log64(c)]))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
Back to top