Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SBBLcarrymask (0.07 sec)

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

    (SBBQcarrymask (FlagGT_ULT)) => (MOVQconst [-1])
    (SBBQcarrymask (FlagGT_UGT)) => (MOVQconst [0])
    (SBBLcarrymask (FlagEQ))     => (MOVLconst [0])
    (SBBLcarrymask (FlagLT_ULT)) => (MOVLconst [-1])
    (SBBLcarrymask (FlagLT_UGT)) => (MOVLconst [0])
    (SBBLcarrymask (FlagGT_ULT)) => (MOVLconst [-1])
    (SBBLcarrymask (FlagGT_UGT)) => (MOVLconst [0])
    
    // Absorb flag constants into branches.
    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