Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for udivisibleOK32 (0.12 sec)

  1. src/cmd/compile/internal/ssa/_gen/generic.rules

      && m == int32(1<<31+umagic32(c).m/2) && s == umagic32(c).s-1
    	&& x.Op != OpConst32 && udivisibleOK32(c)
     => (Leq32U
    			(RotateLeft32 <typ.UInt32>
    				(Mul32 <typ.UInt32>
    					(Const32 <typ.UInt32> [int32(udivisible32(c).m)])
    					x)
    				(Const32 <typ.UInt32> [int32(32-udivisible32(c).k)])
    				)
    			(Const32 <typ.UInt32> [int32(udivisible32(c).max)])
    		)
    
    (Eq32 x (Mul32 (Const32 [c])
      (Rsh32Ux64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top