Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for V18 (0.1 sec)

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

    		v17 := b.NewValue0(v.Pos, OpDiv32u, typ.UInt32)
    		v18 := b.NewValue0(v.Pos, OpAdd32, typ.UInt32)
    		v19 := b.NewValue0(v.Pos, OpMod32u, typ.UInt32)
    		v19.AddArg2(v11, v8)
    		v20 := b.NewValue0(v.Pos, OpMul32, typ.UInt32)
    		v21 := b.NewValue0(v.Pos, OpConst32, typ.UInt32)
    		v21.AuxInt = int32ToAuxInt(int32((1 << 32) % c))
    		v20.AddArg2(v14, v21)
    		v18.AddArg2(v19, v20)
    		v17.AddArg2(v18, v8)
    		v16.AddArg(v17)
    		v.AddArg2(v0, v16)
    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