/prebuilts/go/darwin-x86/src/runtime/ |
gcinfo_test.go | 155 case "amd64p32":
|
signal_amd64x.go | 5 // +build amd64 amd64p32
|
traceback.go | 25 // As an exception, amd64p32 has ptrSize == 4 but the CALL instruction still 31 const usesLR = GOARCH != "amd64" && GOARCH != "amd64p32" && GOARCH != "386"
|
/prebuilts/go/linux-x86/src/runtime/ |
gcinfo_test.go | 155 case "amd64p32":
|
signal_amd64x.go | 5 // +build amd64 amd64p32
|
traceback.go | 25 // As an exception, amd64p32 has ptrSize == 4 but the CALL instruction still 31 const usesLR = GOARCH != "amd64" && GOARCH != "amd64p32" && GOARCH != "386"
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
asmdecl.go | 65 asmArchAmd64p32 = asmArch{"amd64p32", 4, 4, 8, false, "SP", false} 552 case "amd64p32.LEAL":
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
asmdecl.go | 65 asmArchAmd64p32 = asmArch{"amd64p32", 4, 4, 8, false, "SP", false} 552 case "amd64p32.LEAL":
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/amd64/ |
obj.go | 53 if obj.Getgoarch() == "amd64p32" {
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/amd64/ |
obj.go | 50 if obj.Getgoarch() == "amd64p32" {
|
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
gcimporter_test.go | 27 case "nacl-amd64p32",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/amd64/ |
obj.go | 53 if obj.Getgoarch() == "amd64p32" {
|
/prebuilts/go/linux-x86/src/cmd/link/internal/amd64/ |
obj.go | 50 if obj.Getgoarch() == "amd64p32" {
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
gcimporter_test.go | 27 case "nacl-amd64p32",
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/ |
arch.go | 65 case "amd64p32":
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/ |
arch.go | 62 case "amd64p32":
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/builtin/ |
runtime.go | 119 // which is the maximum alignment on NaCl amd64p32
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/arch/ |
arch.go | 65 case "amd64p32":
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/ |
arch.go | 62 case "amd64p32":
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/builtin/ |
runtime.go | 119 // which is the maximum alignment on NaCl amd64p32
|
/prebuilts/go/darwin-x86/src/reflect/ |
type.go | [all...] |
value.go | 513 if runtime.GOARCH == "amd64p32" { 630 // Copy return values. On amd64p32, the beginning of return values 636 if runtime.GOARCH == "amd64p32" { [all...] |
/prebuilts/go/linux-x86/src/reflect/ |
type.go | [all...] |
value.go | 513 if runtime.GOARCH == "amd64p32" { 630 // Copy return values. On amd64p32, the beginning of return values 636 if runtime.GOARCH == "amd64p32" { [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/ |
obj6.go | 1309 Name: "amd64p32",
|