const internal/goarch.IsAmd64

6 uses

	internal/goarch (current package)
		zgoarch_amd64.go#L10: const IsAmd64 = 1

	runtime
		malloc.go#L310: 	arenaBaseOffset = 0xffff800000000000*goarch.IsAmd64 + 0x0a00000000000000*goos.IsAix
		panic.go#L1134: 	case goarch.IsAmd64 != 0:
		stubs.go#L129: 	if goarch.IsAmd64|goarch.IsArm64|goarch.IsPpc64|
		stubs.go#L162: 	if goarch.IsAmd64|goarch.IsArm64|goarch.IsPpc64|
		trace.go#L119: 	traceTimeDiv = 16 + 48*(goarch.Is386|goarch.IsAmd64)