Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XORQconst (0.06 sec)

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

    (ORQ x (MOVQconst [c])) && is32Bit(c) => (ORQconst [int32(c)] x)
    (ORQ x (MOVLconst [c])) => (ORQconst [c] x)
    (ORL x (MOVLconst [c])) => (ORLconst [c] x)
    
    (XORQ x (MOVQconst [c])) && is32Bit(c) => (XORQconst [int32(c)] x)
    (XORL x (MOVLconst [c])) => (XORLconst [c] x)
    
    (SHLQ x (MOV(Q|L)const [c])) => (SHLQconst [int8(c&63)] x)
    (SHLL x (MOV(Q|L)const [c])) => (SHLLconst [int8(c&31)] 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