Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CMPWconst (0.28 sec)

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

    ((CMPWconst|CMNWconst) [c] y) && c < 0 && c != -1<<31 => ((CMNWconst|CMPWconst) [-c] y)
    
    ((EQ|NE) (CMPconst  [0] x) yes no) => ((Z|NZ)   x yes no)
    ((EQ|NE) (CMPWconst [0] x) yes no) => ((ZW|NZW) x yes no)
    
    ((EQ|NE|LT|LE|GT|GE) (CMPconst  [0] z:(MADD a x y))  yes no) && z.Uses==1 => ((EQ|NE|LTnoov|LEnoov|GTnoov|GEnoov) (CMN  a (MUL  <x.Type> x y)) yes no)
    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