Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for texts (0.08 sec)

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

    (PanicBounds [kind] x y mem) && boundsABI(kind) == 1 => (LoweredPanicBoundsB [kind] x y mem)
    (PanicBounds [kind] x y mem) && boundsABI(kind) == 2 => (LoweredPanicBoundsC [kind] x y mem)
    
    // Optimizations
    
    // Absorb boolean tests into block
    (NZ (Equal         cc) yes no) => (EQ  cc yes no)
    (NZ (NotEqual      cc) yes no) => (NE  cc yes no)
    (NZ (LessThan      cc) yes no) => (LT  cc yes no)
    (NZ (LessThanU     cc) yes no) => (ULT cc yes no)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
Back to top