Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for V15 (0.02 sec)

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

    		v13 := b.NewValue0(v.Pos, OpZeroExt32to64, typ.UInt64)
    		v14 := b.NewValue0(v.Pos, OpMod32u, typ.UInt32)
    		v14.AddArg2(v5, v8)
    		v13.AddArg(v14)
    		v15 := b.NewValue0(v.Pos, OpConst64, typ.UInt64)
    		v15.AuxInt = int64ToAuxInt(int64((1 << 32) / c))
    		v12.AddArg2(v13, v15)
    		v0.AddArg2(v1, v12)
    		v16 := b.NewValue0(v.Pos, OpZeroExt32to64, typ.UInt64)
    		v17 := b.NewValue0(v.Pos, OpDiv32u, typ.UInt32)
    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