/third_party/elfutils/tests/ |
H A D | run-strip-reloc.sh | 140 testfiles testfile-debug-rel-ppc64.o 141 runtest testfile-debug-rel-ppc64.o 1 143 testfiles testfile-debug-rel-ppc64-z.o 144 runtest testfile-debug-rel-ppc64-z.o 1 146 testfiles testfile-debug-rel-ppc64-g.o 147 runtest testfile-debug-rel-ppc64-g.o 1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.cpp | 127 bool is64Bit = T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le; in getDataLayoutString() 143 // Note, the alignment values for f64 and i64 on ppc64 in Darwin in getDataLayoutString() 164 if (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le) { in computeFSAdditions() 217 case Triple::ppc64: in computeTargetABI() 234 if (TT.getArch() == Triple::ppc64) in getEffectiveRelocModel()
|
H A D | PPCTargetMachine.h | 59 return (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le); in isPPC64()
|
H A D | PPCSubtarget.cpp | 57 IsPPC64(TargetTriple.getArch() == Triple::ppc64 || in PPCSubtarget()
|
/third_party/libunwind/libunwind/src/ppc64/ |
H A D | unwind_i.h | 33 #include <libunwind-ppc64.h>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/TargetInfo/ |
H A D | PowerPCTargetInfo.cpp | 30 RegisterTarget<Triple::ppc64, /*HasJIT=*/true> Y(getThePPC64Target(), "ppc64", in LLVMInitializePowerPCTargetInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Triple.cpp | 49 case ppc64: return "powerpc64"; in getArchTypeName() 97 case ppc64: in getArchTypePrefix() 282 .Case("ppc64", ppc64) in getArchTypeForLLVMName() 395 .Cases("powerpc64", "ppu", "ppc64", Triple::ppc64) in parseArch() 711 case Triple::ppc64: in getDefaultFormat() 1283 case llvm::Triple::ppc64: 1364 case Triple::ppc64: T.setArch(Triple::ppc); break; 1405 case Triple::ppc64 [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | SubtargetFeature.cpp | 76 } else if (Triple.getArch() == Triple::ppc64) { in getDefaultSubtargetFeatures()
|
H A D | MCObjectFileInfo.cpp | 138 if (ArchTy == Triple::ppc || ArchTy == Triple::ppc64) { in initMachOMCObjectFileInfo() 315 case Triple::ppc64: in initELFMCObjectFileInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.cpp | 65 (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le); in createPPCMCRegisterInfo() 82 bool isPPC64 = (TheTriple.getArch() == Triple::ppc64 || in createPPCMCAsmInfo()
|
/third_party/libunwind/libunwind/include/ |
H A D | libunwind-ppc64.h | 8 frysk successfully on ppc64, by Wu Zhou <woodzltc@cn.ibm.com> 9 Will be replaced when libunwind is ready on ppc64 platform. 42 #define UNW_TARGET ppc64 245 /* On ppc64, we can directly use ucontext_t as the unwind context. */ 258 /* no ppc64-specific auxiliary proc-info */
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 72 else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le)
|
H A D | RuntimeDyldELF.cpp | 593 // Per the ppc64-elf-linux ABI, The TOC base is TOC value plus 0x8000 in findPPC64TOCSection() 960 case Triple::ppc64: // Fall through. in resolveRelocation() 1444 } else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le) { in processRelocationRef() 1778 case Triple::ppc64: in getGOTEntrySize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | Triple.h | 64 ppc64, // PPC64: powerpc64, ppu enumerator 726 return getArch() == Triple::ppc64 || getArch() == Triple::ppc64le; in isPPC64()
|
/third_party/node/ |
H A D | Makefile | 907 ifeq ($(findstring ppc64,$(UNAME_M)),ppc64) 908 DESTCPU ?= ppc64 932 DESTCPU ?= ppc64 959 ifeq ($(DESTCPU),ppc64) 960 ARCH=ppc64
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | cgcc | 269 } elsif ($spec eq 'ppc64') { 271 ' --arch=ppc64' . 274 return &add_specs ('ppc64') . ' -mbig-endian -D_CALL_ELF=1'; 276 return &add_specs ('ppc64') . ' -mlittle-endian -D_CALL_ELF=2'; 339 } elsif ($arch =~ /^(ppc64)$/i) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 55 if (Obj->getArch() == Triple::ppc64) { in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 558 case Triple::ppc64: in getRelocationResolver()
|
H A D | XCOFFObjectFile.cpp | 395 return is64Bit() ? Triple::ppc64 : Triple::ppc; in getArch()
|
/third_party/rust/crates/libc/libc-test/ |
H A D | build.rs | 3044 let ppc64 = target.contains("powerpc64"); in test_linux() 3509 if mips || ppc64 || riscv64 || sparc64 => true, in test_linux() 3840 "max_align_t" if i686 || mips64 || ppc64 => true, in test_linux()
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 581 [ 'ppc64-.*-linux2', 587 $WHERE/Configure linux-ppc64 591 return { target => "linux-ppc64" } if $KERNEL_BITS eq '64';
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 573 [ 'ppc64-.*-linux2', 579 $WHERE/Configure linux-ppc64 583 return { target => "linux-ppc64" } if $KERNEL_BITS eq '64';
|
/third_party/node/test/common/ |
H A D | index.js | 36 const bits = ['arm64', 'loong64', 'mips', 'mipsel', 'ppc64', 'riscv64', 's390x', 'x64'] 989 return (process.platform === 'linux') && (process.arch === 'ppc64') &&
|
/third_party/musl/ |
H A D | configure | 337 powerpc64*|ppc64*) ARCH=powerpc64 ;;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 703 if (ArchTy != Triple::ppc && ArchTy != Triple::ppc64) { in parseDirectiveSection()
|