Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for flagConstant (0.11 sec)

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

    	// cond: 0xff < c
    	// result: (FlagConstant [subFlags32(0, 1)])
    	for {
    		c := auxIntToInt32(v.AuxInt)
    		if v_0.Op != OpARMMOVBUreg || !(0xff < c) {
    			break
    		}
    		v.reset(OpARMFlagConstant)
    		v.AuxInt = flagConstantToAuxInt(subFlags32(0, 1))
    		return true
    	}
    	// match: (CMPconst (MOVHUreg _) [c])
    	// cond: 0xffff < c
    	// result: (FlagConstant [subFlags32(0, 1)])
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
Back to top