Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for umagic32 (0.07 sec)

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

    (Div32u x (Const32 [c])) && umagicOK32(c) && config.RegSize == 4 && c&1 == 0 && config.useHmul =>
      (Rsh32Ux64 <typ.UInt32>
        (Hmul32u <typ.UInt32>
          (Const32 <typ.UInt32> [int32(1<<31+(umagic32(c).m+1)/2)])
          (Rsh32Ux64 <typ.UInt32> x (Const64 <typ.UInt64> [1])))
        (Const64 <typ.UInt64> [umagic32(c).s-2]))
    (Div32u x (Const32 [c])) && umagicOK32(c) && config.RegSize == 4 && config.useAvg && config.useHmul =>
    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