Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    (Rsh16Ux(64|32|16|8) <t> x y) && !shiftIsBounded(v) => (ANDL (SHRW <t> x y) (SBBLcarrymask <t> (CMP(Q|L|W|B)const y [16])))
    (Rsh8Ux(64|32|16|8)  <t> x y) && !shiftIsBounded(v) => (ANDL (SHRB <t> x y) (SBBLcarrymask <t> (CMP(Q|L|W|B)const y [8])))
    
    (Rsh64Ux(64|32|16|8) x y) && shiftIsBounded(v) => (SHRQ x y)
    (Rsh32Ux(64|32|16|8) x y) && shiftIsBounded(v) => (SHRL x y)
    (Rsh16Ux(64|32|16|8) x y) && shiftIsBounded(v) => (SHRW x y)
    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