Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for umagicOK8 (0.23 sec)

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

    	}
    	// match: (Div8u x (Const8 [c]))
    	// cond: umagicOK8(c)
    	// result: (Trunc32to8 (Rsh32Ux64 <typ.UInt32> (Mul32 <typ.UInt32> (Const32 <typ.UInt32> [int32(1<<8+umagic8(c).m)]) (ZeroExt8to32 x)) (Const64 <typ.UInt64> [8+umagic8(c).s])))
    	for {
    		x := v_0
    		if v_1.Op != OpConst8 {
    			break
    		}
    		c := auxIntToInt8(v_1.AuxInt)
    		if !(umagicOK8(c)) {
    			break
    		}
    		v.reset(OpTrunc32to8)
    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