Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for flagConstant (0.22 sec)

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

    (LT (FlagConstant [fc]) yes no) && !fc.lt() => (First no yes)
    
    (LE (FlagConstant [fc]) yes no) &&  fc.le() => (First yes no)
    (LE (FlagConstant [fc]) yes no) && !fc.le() => (First no yes)
    
    (GT (FlagConstant [fc]) yes no) &&  fc.gt() => (First yes no)
    (GT (FlagConstant [fc]) yes no) && !fc.gt() => (First no yes)
    
    (GE (FlagConstant [fc]) yes no) &&  fc.ge() => (First 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