Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NEF (0.02 sec)

  1. src/cmd/compile/internal/ssa/rewriteAMD64.go

    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(BlockAMD64EQF, cmp)
    			return true
    		}
    		// match: (If (SETNEF cmp) yes no)
    		// result: (NEF cmp yes no)
    		for b.Controls[0].Op == OpAMD64SETNEF {
    			v_0 := b.Controls[0]
    			cmp := v_0.Args[0]
    			b.resetWithControl(BlockAMD64NEF, cmp)
    			return true
    		}
    		// match: (If cond yes no)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
Back to top