Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AddArg2 (0.06 sec)

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

    		v8 := b.NewValue0(v.Pos, OpConst16, typ.UInt16)
    		v8.AuxInt = int16ToAuxInt(32)
    		v7.AddArg2(v8, s)
    		v6.AddArg2(v1, v7)
    		v3.AddArg2(v4, v6)
    		v9 := b.NewValue0(v.Pos, OpRsh32Ux16, typ.UInt32)
    		v10 := b.NewValue0(v.Pos, OpSub16, typ.UInt16)
    		v10.AddArg2(s, v8)
    		v9.AddArg2(v1, v10)
    		v2.AddArg2(v3, v9)
    		v.AddArg2(v0, v2)
    		return true
    	}
    }
    func rewriteValuedec64_OpRsh64Ux32(v *Value) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:42:34 UTC 2023
    - 65.3K bytes
    - Viewed (0)
Back to top