Searched refs:OpAdd32 (Results 1 – 25 of 47) sorted by relevance
12
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/ |
H A D | prove.go | 558 OpAdd32: math.MinInt32, OpSub32: math.MinInt32, 563 OpAdd32: math.MaxInt32, OpSub32: math.MaxInt32, 568 OpAdd32: math.MaxUint32, OpSub32: math.MaxUint32, 1340 case OpAdd32, OpSub32: 1344 case OpAdd64, OpAdd32:
|
H A D | rewritegeneric.go | 13 case OpAdd32: 1694 v.reset(OpAdd32) 1721 v.reset(OpAdd32) 1748 v.reset(OpAdd32) 1776 v.reset(OpAdd32) 1802 v.reset(OpAdd32) 1829 v.reset(OpAdd32) 1860 v.reset(OpAdd32) 1886 v.reset(OpAdd32) 2024 v.reset(OpAdd32) [all …]
|
H A D | nilcheck.go | 54 …| v.Op == OpLocalAddr || v.Op == OpAddPtr || v.Op == OpOffPtr || v.Op == OpAdd32 || v.Op == OpAdd6…
|
H A D | rewritedec64.go | 290 v.reset(OpAdd32) 402 v.reset(OpAdd32) 1340 v0 := b.NewValue0(v.Pos, OpAdd32, typ.UInt32) 1349 v4 := b.NewValue0(v.Pos, OpAdd32, typ.UInt32)
|
H A D | rewriteRISCV64.go | 13 case OpAdd32:
|
H A D | rewriteWasm.go | 15 case OpAdd32:
|
H A D | rewriteMIPS.go | 12 case OpAdd32:
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/ |
H A D | prove.go | 558 OpAdd32: math.MinInt32, OpSub32: math.MinInt32, 563 OpAdd32: math.MaxInt32, OpSub32: math.MaxInt32, 568 OpAdd32: math.MaxUint32, OpSub32: math.MaxUint32, 1405 case OpAdd32, OpSub32: 1409 case OpAdd64, OpAdd32:
|
H A D | nilcheck.go | 55 …| v.Op == OpLocalAddr || v.Op == OpAddPtr || v.Op == OpOffPtr || v.Op == OpAdd32 || v.Op == OpAdd6…
|
H A D | rewritegeneric.go | 13 case OpAdd32: 804 if v_1.Op != OpAdd32 { 820 v.reset(OpAdd32) 849 v.reset(OpAdd32) 876 v.reset(OpAdd32) 905 v.reset(OpAdd32) 14311 v.reset(OpAdd32) 15012 v.reset(OpAdd32) 23262 v.reset(OpAdd32) 23484 v.reset(OpAdd32) [all …]
|
H A D | rewritedec64.go | 272 v.reset(OpAdd32) 379 v.reset(OpAdd32) 1116 v0 := b.NewValue0(v.Pos, OpAdd32, typ.UInt32) 1123 v4 := b.NewValue0(v.Pos, OpAdd32, typ.UInt32)
|
H A D | rewriteWasm.go | 18 case OpAdd32:
|
H A D | rewriteMIPS.go | 13 case OpAdd32:
|
H A D | rewriteRISCV64.go | 17 case OpAdd32:
|
H A D | rewriteMIPS64.go | 13 case OpAdd32:
|
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/ssa/ |
H A D | rewritegeneric.go | 20 case OpAdd32: 1291 v.reset(OpAdd32) 1319 v.reset(OpAdd32) 1347 v.reset(OpAdd32) 1375 v.reset(OpAdd32) 1408 v.reset(OpAdd32) 1436 v.reset(OpAdd32) 1464 v.reset(OpAdd32) 1492 v.reset(OpAdd32) 1637 v.reset(OpAdd32) [all …]
|
H A D | prove.go | 633 if add.Op != OpAdd64 && add.Op != OpAdd32 {
|
H A D | rewritedec64.go | 310 v.reset(OpAdd32) 433 v.reset(OpAdd32) 1458 v0 := b.NewValue0(v.Pos, OpAdd32, typ.UInt32) 1467 v4 := b.NewValue0(v.Pos, OpAdd32, typ.UInt32)
|
H A D | rewriteMIPS.go | 20 case OpAdd32:
|
H A D | rewritePPC64.go | 20 case OpAdd32:
|
H A D | opGen.go | 1610 OpAdd32 const
|
H A D | rewriteMIPS64.go | 20 case OpAdd32:
|
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/ |
H A D | ssa.go | 989 opAndType{OADD, TINT32}: ssa.OpAdd32, 990 opAndType{OADD, TUINT32}: ssa.OpAdd32, 991 opAndType{OADD, TPTR32}: ssa.OpAdd32,
|
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/ |
H A D | ssa.go | 1565 opAndType{OADD, TINT32}: ssa.OpAdd32, 1566 opAndType{OADD, TUINT32}: ssa.OpAdd32,
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssagen/ |
H A D | ssa.go | 2016 opAndType{ir.OADD, types.TINT32}: ssa.OpAdd32, 2017 opAndType{ir.OADD, types.TUINT32}: ssa.OpAdd32,
|
12