Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ror (0.02 sec)

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

    (RotateLeft16 <t> x y) => (RORW <t> (ORshiftLL <typ.UInt32> (ZeroExt16to32 x) (ZeroExt16to32 x) [16]) (NEG <typ.Int64> y))
    (RotateLeft32 x y) => (RORW x (NEG <y.Type> y))
    (RotateLeft64 x y) => (ROR x (NEG <y.Type> y))
    
    (Ctz(64|32|16|8)NonZero ...) => (Ctz(64|32|32|32) ...)
    
    (Ctz64 <t> x) => (CLZ  (RBIT  <t> x))
    (Ctz32 <t> x) => (CLZW (RBITW <t> x))
    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