Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		return true
    	}
    	// match: (SETBCR [2] (FlagGT))
    	// result: (MOVDconst [1])
    	for {
    		if auxIntToInt32(v.AuxInt) != 2 || v_0.Op != OpPPC64FlagGT {
    			break
    		}
    		v.reset(OpPPC64MOVDconst)
    		v.AuxInt = int64ToAuxInt(1)
    		return true
    	}
    	// match: (SETBCR [0] (InvertFlags bool))
    	// result: (SETBCR [1] bool)
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
Back to top