Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/ssa/_gen/386Ops.go

    		// Need different opcodes for floating point conditions because
    		// any comparison involving a NaN is always FALSE and thus
    		// the patterns for inverting conditions cannot be used.
    		{name: "SETEQF", argLength: 1, reg: flagsgpax, asm: "SETEQ", clobberFlags: true}, // extract == condition from arg0
    		{name: "SETNEF", argLength: 1, reg: flagsgpax, asm: "SETNE", clobberFlags: true}, // extract != condition from arg0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 14 08:10:32 UTC 2023
    - 45.1K bytes
    - Viewed (0)
Back to top