Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for udivisible16 (0.13 sec)

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

      && m == int64(1<<16+umagic16(c).m) && s == 16+umagic16(c).s
      && x.Op != OpConst16 && udivisibleOK16(c)
     => (Leq16U
    			(RotateLeft16 <typ.UInt16>
    				(Mul16 <typ.UInt16>
    					(Const16 <typ.UInt16> [int16(udivisible16(c).m)])
    					x)
    				(Const16 <typ.UInt16> [int16(16-udivisible16(c).k)])
    				)
    			(Const16 <typ.UInt16> [int16(udivisible16(c).max)])
    		)
    
    (Eq16 x (Mul16 (Const16 [c])
      (Trunc32to16
    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