Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    			break
    		}
    		v.reset(Op386FlagGT_ULT)
    		return true
    	}
    	// match: (CMPBconst (MOVLconst [x]) [y])
    	// cond: int8(x)>y && uint8(x)>uint8(y)
    	// result: (FlagGT_UGT)
    	for {
    		y := auxIntToInt8(v.AuxInt)
    		if v_0.Op != Op386MOVLconst {
    			break
    		}
    		x := auxIntToInt32(v_0.AuxInt)
    		if !(int8(x) > y && uint8(x) > uint8(y)) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 21:05:46 UTC 2023
    - 262.4K bytes
    - Viewed (0)
Back to top