Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp169 class PPC64 final : public TargetInfo { class
171 PPC64();
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()
1106 RelType PPC64::getDynRel(RelType type) const { in getDynRel()
1135 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader()
1139 void PPC64::writePltHeader(uint8_t *buf) const { in writePltHeader()
1162 void PPC64::writePlt(uint8_t *buf, const Symbol &sym, in writePlt()
1458 uint32_t PPC64::getThunkSectionSpacing() const { in getThunkSectionSpacing()
[all …]
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dcoverage28 # 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-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DPowerPC.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
H A DPowerPC64.def6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
/freebsd-14.2/usr.bin/clang/lld/
H A DMakefile50 SRCS+= ELF/Arch/PPC64.cpp
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidumpConstants.def101 HANDLE_MDMP_ARCH(0x8002, BP_PPC64) // Breakpad-defined value for PPC64
H A DDynamicTags.def229 // PPC64 specific dynamic table entries.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td318 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
334 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
348 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
359 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
H A DPPCCallingConv.td36 // PPC64 AnyReg return-value convention. No explicit register is specified for
74 // On PPC64, integer return values are always promoted to i64
H A DPPCInstrFormats.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;
H A DPPCInstrInfo.td646 class isPPC64 { bit PPC64 = 1; }
3450 bit PPC64 = 0; // Default value, override with isPPC64
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile350 SRCS+= Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
387 SRCS+= Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
/freebsd-14.2/contrib/llvm-project/
H A DFREEBSD-Xlist355 lldb/source/Plugins/Architecture/PPC64/CMakeLists.txt
376 lldb/source/Plugins/Instruction/PPC64/CMakeLists.txt
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4835 HelpText<"Enable quadword atomics ABI on AIX (AIX PPC64 only). Uses lqarx/stqcx. instructions.">,
/freebsd-14.2/sys/contrib/dev/acpica/
H A Dchanges.txt4805 2) Added support for PPC64 compilation. Colin Ian King.