Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for umagicOK (0.17 sec)

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

            (ZeroExt16to32 x))
          (Const64 <typ.UInt64> [16+umagic16(c).s-1])))
    (Div16u x (Const16 [c])) && umagicOK16(c) && config.RegSize == 4 && c&1 == 0 =>
      (Trunc32to16
        (Rsh32Ux64 <typ.UInt32>
          (Mul32 <typ.UInt32>
            (Const32 <typ.UInt32> [int32(1<<15+(umagic16(c).m+1)/2)])
            (Rsh32Ux64 <typ.UInt32> (ZeroExt16to32 x) (Const64 <typ.UInt64> [1])))
    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