Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SHLLconst (0.12 sec)

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

    ((SETNE|SETEQ|NE|EQ) (TESTL z1:(SHLLconst [31] (SHRQconst [31] x)) z2)) && z1==z2
        => ((SETB|SETAE|ULT|UGE) (BTQconst [31] x))
    (SET(NE|EQ)store [off] {sym} ptr (TESTQ z1:(SHLQconst [63] (SHRQconst [63] x)) z2) mem) && z1==z2
        => (SET(B|AE)store [off] {sym} ptr (BTQconst [63] x) mem)
    (SET(NE|EQ)store [off] {sym} ptr (TESTL z1:(SHLLconst [31] (SHRLconst [31] x)) z2) mem) && z1==z2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
Back to top