Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    (NE (TESTB (SETNEF cmp) (SETNEF cmp)) yes no) => (NEF  cmp yes no)
    
    // Disabled because it interferes with the pattern match above and makes worse code.
    // (SETNEF x) => (ORQ (SETNE <typ.Int8> x) (SETNAN <typ.Int8> x))
    // (SETEQF x) => (ANDQ (SETEQ <typ.Int8> x) (SETORD <typ.Int8> x))
    
    // fold constants into instructions
    (ADDQ x (MOVQconst <t> [c])) && is32Bit(c) && !t.IsPtr() => (ADDQconst [int32(c)] 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