HomeSort by relevance Sort by last modified time
    Searched refs:GO386 (Results 1 - 24 of 24) sorted by null

  /prebuilts/go/darwin-x86/src/
buildall.bash 49 unset GO386 GOARM
56 export GO386=387
  /prebuilts/go/linux-x86/src/
buildall.bash 49 unset GO386 GOARM
56 export GO386=387
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
galign.go 18 switch v := obj.GO386; v {
23 fmt.Fprintf(os.Stderr, "unsupported setting GO386=%s\n", v)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
galign.go 18 switch v := obj.GO386; v {
23 fmt.Fprintf(os.Stderr, "unsupported setting GO386=%s\n", v)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
float_test.go 9 // For GO386=387, make sure fucomi* opcodes are not used
12 // processor (with GOARCH=386 GO386=387), as it just runs
34 // For GO386=387, make sure fucomi* opcodes are not used
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
float_test.go 9 // For GO386=387, make sure fucomi* opcodes are not used
12 // processor (with GOARCH=386 GO386=387), as it just runs
34 // For GO386=387, make sure fucomi* opcodes are not used
  /prebuilts/go/darwin-x86/src/cmd/go/
env.go 62 env = append(env, envVar{"GO386", os.Getenv("GO386")})
help.go 492 GO386
alldocs.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
env.go 62 env = append(env, envVar{"GO386", os.Getenv("GO386")})
help.go 492 GO386
alldocs.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
endtoend_test.go 351 defer os.Setenv("GO386", os.Getenv("GO386"))
353 for _, go386 := range []string{"387", "sse"} {
354 os.Setenv("GO386", go386)
355 t.Logf("GO386=%v", os.Getenv("GO386"))
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
endtoend_test.go 351 defer os.Setenv("GO386", os.Getenv("GO386"))
353 for _, go386 := range []string{"387", "sse"} {
354 os.Setenv("GO386", go386)
355 t.Logf("GO386=%v", os.Getenv("GO386"))
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
util.go 38 GO386 = envOr("GO386", defaultGO386)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
util.go 38 GO386 = envOr("GO386", defaultGO386)
  /prebuilts/go/darwin-x86/src/runtime/
vlrt.go 264 // Floating point control word values for GOARCH=386 GO386=387.
  /prebuilts/go/linux-x86/src/runtime/
vlrt.go 264 // Floating point control word values for GOARCH=386 GO386=387.
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 30 go386 string
131 b = os.Getenv("GO386")
139 go386 = b
221 os.Setenv("GO386", go386)
996 xprintf(format, "GO386", go386)
29 go386 string var
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 30 go386 string
131 b = os.Getenv("GO386")
139 go386 = b
221 os.Setenv("GO386", go386)
996 xprintf(format, "GO386", go386)
29 go386 string var
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
config.go 36 use387 bool // GO386=387
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
config.go 36 use387 bool // GO386=387
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 54 // We use these registers when SSE registers are not available (when GO386=387).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
386Ops.go 54 // We use these registers when SSE registers are not available (when GO386=387).

Completed in 672 milliseconds