Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DPPC64.cpp103 class PPC64 final : public TargetInfo { class
105 PPC64();
197 PPC64::PPC64() { in PPC64() function in PPC64
245 uint32_t PPC64::calcEFlags() const { in calcEFlags()
413 RelExpr PPC64::getRelExpr(RelType Type, const Symbol &S, in getRelExpr()
494 void PPC64::writeGotHeader(uint8_t *Buf) const { in writeGotHeader()
498 void PPC64::writePltHeader(uint8_t *Buf) const { in writePltHeader()
521 void PPC64::writePlt(uint8_t *Buf, uint64_t GotPltEntryAddr, in writePlt()
766 uint32_t PPC64::getThunkSectionSpacing() const { in getThunkSectionSpacing()
783 RelExpr PPC64::adjustRelaxExpr(RelType Type, const uint8_t *Data, in adjustRelaxExpr()
[all …]
/freebsd-12.1/contrib/binutils/opcodes/
H A Dppc-opc.c1619 #define PPC64 PPC_OPCODE_64 | PPC_OPCODE_PPC macro
1683 { "tdi", OP(2), OP_MASK, PPC64, { TO, RA, SI } },
2786 { "rfid", XL(19,18), 0xffffffff, PPC64, { 0 } },
3755 { "slbie", X(31,434), XRTRA_MASK, PPC64, { RB } },
4016 { "slbia", X(31,498), 0xffffffff, PPC64, { 0 } },
4699 { "extldi", 4, PPC64, "rldicr %0,%1,%3,(%2)-1" },
4700 { "extldi.", 4, PPC64, "rldicr. %0,%1,%3,(%2)-1" },
4707 { "sldi", 3, PPC64, "rldicr %0,%1,%2,63-(%2)" },
4708 { "sldi.", 3, PPC64, "rldicr. %0,%1,%2,63-(%2)" },
4711 { "clrrdi", 3, PPC64, "rldicr %0,%1,0,63-(%2)" },
[all …]
H A DChangeLog-000170 * ppc-opc.c (PPC64): Revert 2001-10-12. Do include PPC_OPCODE_PPC.
257 (PPC64): Don't include PPC_OPCODE_PPC.
H A DChangeLog-0203185 (PPC, PPCCOM, PPC32, PPC64, PPCVEC): Remove PPC_OPCODE_ANY.
/freebsd-12.1/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-12.1/contrib/llvm/tools/lld/ELF/
H A DCMakeLists.txt20 Arch/PPC64.cpp
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.td260 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
272 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
285 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
295 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
H A DPPCCallingConv.td37 // PPC64 AnyReg return-value convention. No explicit register is specified for
76 // On PPC64, integer return values are always promoted to i64
H A DPPCInstrFormats.td20 bit PPC64 = 0; // Default value, override with isPPC64
90 bit PPC64 = 0; // Default value, override with isPPC64
370 let L = PPC64;
380 let L = PPC64;
627 let L = PPC64;
2161 let PPC64 = 0;
H A DPPCInstrInfo.td464 class isPPC64 { bit PPC64 = 1; }
4234 bit PPC64 = 0; // Default value, override with isPPC64
/freebsd-12.1/contrib/llvm/tools/lldb/
H A DFREEBSD-Xlist64 source/Plugins/Architecture/PPC64/CMakeLists.txt
82 source/Plugins/Instruction/PPC64/CMakeLists.txt
/freebsd-12.1/contrib/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-12.1/usr.bin/clang/lld/
H A DMakefile42 SRCS+= ELF/Arch/PPC64.cpp
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.h120 PPC64 = 0x8002, /* Breakpad-defined value for PPC64 */ enumerator
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def193 // PPC64 specific dynamic table entries.
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile303 SRCS+= Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
328 SRCS+= Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-02034526 * reloc.c: Add PPC and PPC64 TLS relocs.
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.101910 * rs6000.c (output_epilog): Fix PPC64 typos and use TARGET_32BIT.
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt3407 2) Added support for PPC64 compilation. Colin Ian King.