Home
last modified time | relevance | path

Searched refs:ppc64 (Results 1 - 25 of 49) sorted by relevance

12

/third_party/elfutils/tests/
H A Drun-strip-reloc.sh140 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 DPPCTargetMachine.cpp127 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 DPPCTargetMachine.h59 return (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le); in isPPC64()
H A DPPCSubtarget.cpp57 IsPPC64(TargetTriple.getArch() == Triple::ppc64 || in PPCSubtarget()
/third_party/libunwind/libunwind/src/ppc64/
H A Dunwind_i.h33 #include <libunwind-ppc64.h>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/TargetInfo/
H A DPowerPCTargetInfo.cpp30 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 DTriple.cpp49 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 DSubtargetFeature.cpp76 } else if (Triple.getArch() == Triple::ppc64) { in getDefaultSubtargetFeatures()
H A DMCObjectFileInfo.cpp138 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 DPPCMCTargetDesc.cpp65 (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 Dlibunwind-ppc64.h8 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 DRuntimeDyldELF.h72 else if (Arch == Triple::ppc64 || Arch == Triple::ppc64le)
H A DRuntimeDyldELF.cpp593 // 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 DTriple.h64 ppc64, // PPC64: powerpc64, ppu enumerator
726 return getArch() == Triple::ppc64 || getArch() == Triple::ppc64le; in isPPC64()
/third_party/node/
H A DMakefile907 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 Dcgcc269 } 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 DSymbolizableObjectFile.cpp55 if (Obj->getArch() == Triple::ppc64) { in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRelocationResolver.cpp558 case Triple::ppc64: in getRelocationResolver()
H A DXCOFFObjectFile.cpp395 return is64Bit() ? Triple::ppc64 : Triple::ppc; in getArch()
/third_party/rust/crates/libc/libc-test/
H A Dbuild.rs3044 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 Dconfig.pm581 [ '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 Dconfig.pm573 [ 'ppc64-.*-linux2',
579 $WHERE/Configure linux-ppc64
583 return { target => "linux-ppc64" } if $KERNEL_BITS eq '64';
/third_party/node/test/common/
H A Dindex.js36 const bits = ['arm64', 'loong64', 'mips', 'mipsel', 'ppc64', 'riscv64', 's390x', 'x64']
989 return (process.platform === 'linux') && (process.arch === 'ppc64') &&
/third_party/musl/
H A Dconfigure337 powerpc64*|ppc64*) ARCH=powerpc64 ;;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp703 if (ArchTy != Triple::ppc && ArchTy != Triple::ppc64) { in parseDirectiveSection()

Completed in 28 milliseconds

12