Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BTQconst (0.1 sec)

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

        => (SET(B|AE)store  [off] {sym} ptr (BTQconst [int8(log32(c))] x) mem)
    (SET(NE|EQ)store [off] {sym} ptr (TESTQ (MOVQconst [c]) x) mem) && isUint64PowerOfTwo(c)
        => (SET(B|AE)store  [off] {sym} ptr (BTQconst [int8(log64(c))] x) mem)
    
    // Handle bit-testing in the form (a>>b)&1 != 0 by building the above rules
    // and further combining shifts.
    (BT(Q|L)const [c] (SHRQconst [d] x)) && (c+d)<64 => (BTQconst [c+d] x)
    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