Lines Matching refs:X86_64
36 X86_64 = newArch("x86_64", "lib64") var
49 "x86_64": X86_64,
173 X86_64: {
214 X86_64: {
385 X86_64: {
605 Linux: []ArchType{X86, X86_64},
606 LinuxBionic: []ArchType{X86_64},
607 Darwin: []ArchType{X86_64},
608 Windows: []ArchType{X86, X86_64},
609 Android: []ArchType{Arm, Arm64, Mips, Mips64, X86, X86_64},
610 Fuchsia: []ArchType{Arm64, X86_64},
1346 if (arch.ArchType == X86_64 && (hasArmAbi(arch) ||
1491 if target.Os == Android && target.Arch.ArchType == X86_64 {