/openbsd/gnu/llvm/compiler-rt/cmake/Modules/ |
H A D | AllSupportedArchDefs.cmake | 10 set(PPC64 powerpc64 powerpc64le) variable 26 set(ALL_SANITIZER_COMMON_SUPPORTED_ARCH ${X86} ${X86_64} ${PPC64} ${RISCV64} 30 ${MIPS32} ${MIPS64} ${PPC64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON} 55 ${PPC64} ${S390X} ${RISCV64} ${HEXAGON} ${LOONGARCH64}) 57 set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64} ${S390X}) 60 set(ALL_PROFILE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC32} ${PPC64} 63 set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64} ${S390X} 66 ${MIPS32} ${MIPS64} ${PPC64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON} 73 ${MIPS32} ${MIPS64} ${PPC64} ${HEXAGON} ${LOONGARCH64})
|
/openbsd/gnu/llvm/lld/ELF/Arch/ |
H A D | PPC64.cpp | 153 class PPC64 final : public TargetInfo { class 155 PPC64(); 565 PPC64::PPC64() { in PPC64() function in PPC64 607 int PPC64::getTlsGdRelaxSkip(RelType type) const { in getTlsGdRelaxSkip() 629 uint32_t PPC64::calcEFlags() const { in calcEFlags() 1063 RelType PPC64::getDynRel(RelType type) const { in getDynRel() 1092 void PPC64::writeGotHeader(uint8_t *buf) const { in writeGotHeader() 1096 void PPC64::writePltHeader(uint8_t *buf) const { in writePltHeader() 1131 void PPC64::writePlt(uint8_t *buf, const Symbol &sym, in writePlt() 1427 uint32_t PPC64::getThunkSectionSpacing() const { in getThunkSectionSpacing() [all …]
|
/openbsd/gnu/usr.bin/binutils/opcodes/ |
H A D | ppc-opc.c | 1764 #define PPC64 PPC_OPCODE_64 | PPC_OPCODE_PPC macro 1827 { "tdi", OP(2), OP_MASK, PPC64, { TO, RA, SI } }, 2895 { "rfid", XL(19,18), 0xffffffff, PPC64, { 0 } }, 3842 { "slbie", X(31,434), XRTRA_MASK, PPC64, { RB } }, 4095 { "slbia", X(31,498), 0xffffffff, PPC64, { 0 } }, 4584 { "extldi", 4, PPC64, "rldicr %0,%1,%3,(%2)-1" }, 4585 { "extldi.", 4, PPC64, "rldicr. %0,%1,%3,(%2)-1" }, 4592 { "sldi", 3, PPC64, "rldicr %0,%1,%2,63-(%2)" }, 4593 { "sldi.", 3, PPC64, "rldicr. %0,%1,%2,63-(%2)" }, 4596 { "clrrdi", 3, PPC64, "rldicr %0,%1,0,63-(%2)" }, [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | ppc-opc.c | 1827 #define PPC64 PPC_OPCODE_64 | PPC_OPCODE_PPC macro 1891 { "tdi", OP(2), OP_MASK, PPC64, { TO, RA, SI } }, 2994 { "rfid", XL(19,18), 0xffffffff, PPC64, { 0 } }, 3943 { "slbie", X(31,434), XRTRA_MASK, PPC64, { RB } }, 4196 { "slbia", X(31,498), 0xffffffff, PPC64, { 0 } }, 4697 { "extldi", 4, PPC64, "rldicr %0,%1,%3,(%2)-1" }, 4698 { "extldi.", 4, PPC64, "rldicr. %0,%1,%3,(%2)-1" }, 4705 { "sldi", 3, PPC64, "rldicr %0,%1,%2,63-(%2)" }, 4706 { "sldi.", 3, PPC64, "rldicr. %0,%1,%2,63-(%2)" }, 4709 { "clrrdi", 3, PPC64, "rldicr %0,%1,0,63-(%2)" }, [all …]
|
/openbsd/gnu/llvm/compiler-rt/cmake/ |
H A D | crt-config-ix.cmake | 28 set(PPC64 powerpc64 powerpc64le) variable 34 ${PPC64} ${RISCV32} ${RISCV64} ${VE} ${HEXAGON} ${LOONGARCH64})
|
H A D | builtin-config-ix.cmake | 41 set(PPC64 powerpc64 powerpc64le) variable 58 ${HEXAGON} ${MIPS32} ${MIPS64} ${PPC32} ${PPC64}
|
/openbsd/gnu/llvm/lldb/source/Plugins/Architecture/ |
H A D | CMakeLists.txt | 3 add_subdirectory(PPC64)
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ |
H A D | CMakeLists.txt | 6 add_subdirectory(PPC64)
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Architecture/PPC64/ |
H A D | BUILD.gn | 1 static_library("PPC64") {
|
/openbsd/gnu/usr.bin/clang/liblldbPluginArchitecture/ |
H A D | Makefile | 14 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Architecture/PPC64
|
/openbsd/gnu/usr.bin/clang/liblldbPluginInstruction/ |
H A D | Makefile | 19 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Instruction/PPC64
|
/openbsd/gnu/usr.bin/clang/liblldELF/ |
H A D | Makefile | 22 PPC64.cpp \
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | CMakeLists.txt | 32 Arch/PPC64.cpp
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lld/ELF/ |
H A D | BUILD.gn | 38 "Arch/PPC64.cpp",
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
H A D | PowerPC.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
H A D | PowerPC64.def | 6 // glibc's PowerPC asm/sigcontext.h, when compiling for PPC64, has the
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ |
H A D | BUILD.gn | 20 "//lldb/source/Plugins/Architecture/PPC64",
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | MinidumpConstants.def | 101 HANDLE_MDMP_ARCH(0x8002, BP_PPC64) // Breakpad-defined value for PPC64
|
H A D | DynamicTags.def | 218 // PPC64 specific dynamic table entries.
|
/openbsd/gnu/llvm/lld/docs/ |
H A D | ReleaseNotes.rst | 43 * ``DT_STATIC_TLS`` is now set for AArch64/PPC32/PPC64 initial-exec TLS models
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 286 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so 302 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so 316 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so 327 // On non-Darwin PPC64 systems, R2 can be allocated, but must be restored, so
|
H A D | PPCCallingConv.td | 36 // PPC64 AnyReg return-value convention. No explicit register is specified for 74 // On PPC64, integer return values are always promoted to i64
|
H A D | PPCInstrFormats.td | 19 bit PPC64 = 0; // Default value, override with isPPC64 96 bit PPC64 = 0; // Default value, override with isPPC64 376 let L = PPC64; 386 let L = PPC64; 647 let L = PPC64; 2187 let PPC64 = 0;
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | OpenMPSupport.rst | 20 PPC64[LE] and has `basic support for Cuda devices`_. 27 Interface (OMPT) on x86, x86_64, AArch64, and PPC64 on Linux, Windows, and macOS.
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-objdump.rst | 31 architectures (AArch64, PPC64, x86), all known instructions are disassembled by
|