Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasSmallRotate (0.15 sec)

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

    			v.reset(OpConstBool)
    			v.AuxInt = boolToAuxInt(c == d)
    			return true
    		}
    		break
    	}
    	// match: (Eq16 (Mod16u x (Const16 [c])) (Const16 [0]))
    	// cond: x.Op != OpConst16 && udivisibleOK16(c) && !hasSmallRotate(config)
    	// result: (Eq32 (Mod32u <typ.UInt32> (ZeroExt16to32 <typ.UInt32> x) (Const32 <typ.UInt32> [int32(uint16(c))])) (Const32 <typ.UInt32> [0]))
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
Back to top