Home
last modified time | relevance | path

Searched refs:PPC64 (Results 1 – 15 of 15) sorted by relevance

/freebsd-head/contrib/llvm-project/lld/ELF/Arch/
HDPPC64.cpp169 class PPC64 final : public TargetInfo { class
171 PPC64();
412 static_cast<const PPC64 &>(*target).relaxGot(bufLoc, rel, in tryRelaxPPC64TocIndirection()
581 PPC64::PPC64() { in PPC64() function in PPC64
619 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip()
641 uint32_t PPC64::calcEFlags() const { in calcEFlags()
652 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot()
716 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe()
779 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe()
891 void PPC64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe()
[all …]
/freebsd-head/contrib/file/magic/Magdir/
HDcoverage28 # Debian 8 PPC64/gcc-4.9.2 : 67 63 6e 6f 34 30 39 2a
40 # Debian 8 PPC64/gcc-4.9.2 : 67 63 64 61 34 30 39 2a
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
HDPowerPC.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
HDPowerPC64.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
/freebsd-head/usr.bin/clang/lld/
HDMakefile49 SRCS+= ELF/Arch/PPC64.cpp
/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMinidumpConstants.def101 HANDLE_MDMP_ARCH(0x8002, BP_PPC64) // Breakpad-defined value for PPC64
HDDynamicTags.def233 // PPC64 specific dynamic table entries.
/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCRegisterInfo.td337 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
353 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
367 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
378 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
HDPPCCallingConv.td36 // PPC64 AnyReg return-value convention. No explicit register is specified for
74 // On PPC64, integer return values are always promoted to i64
HDPPCInstrFormats.td19 bit PPC64 = 0; // Default value, override with isPPC64
96 bit PPC64 = 0; // Default value, override with isPPC64
358 let L = PPC64;
368 let L = PPC64;
638 let L = PPC64;
2359 let PPC64 = 0;
HDPPCInstrInfo.td648 class isPPC64 { bit PPC64 = 1; }
3458 bit PPC64 = 0; // Default value, override with isPPC64
/freebsd-head/lib/clang/liblldb/
HDMakefile363 SRCS+= Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
400 SRCS+= Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
/freebsd-head/contrib/llvm-project/
HDFREEBSD-Xlist362 lldb/source/Plugins/Architecture/PPC64/CMakeLists.txt
383 lldb/source/Plugins/Instruction/PPC64/CMakeLists.txt
/freebsd-head/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td5093 HelpText<"Enable quadword atomics ABI on AIX (AIX PPC64 only). Uses lqarx/stqcx. instructions.">,
/freebsd-head/sys/contrib/dev/acpica/
HDchanges.txt5035 2) Added support for PPC64 compilation. Colin Ian King.