| /openbsd-src/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-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 153 class PPC64 final : public TargetInfo { class 155 PPC64(); 396 static_cast<const PPC64 &>(*target).relaxGot(bufLoc, rel, in tryRelaxPPC64TocIndirection() 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() 640 void PPC64::relaxGot(uint8_t *loc, const Relocation &rel, uint64_t val) const { in relaxGot() 704 void PPC64::relaxTlsGdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsGdToLe() 767 void PPC64::relaxTlsLdToLe(uint8_t *loc, const Relocation &rel, in relaxTlsLdToLe() 857 void PPC64::relaxTlsIeToLe(uint8_t *loc, const Relocation &rel, in relaxTlsIeToLe() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ppc-opc.c | 1827 #define PPC64 PPC_OPCODE_64 | PPC_OPCODE_PPC macro 1877 { "tdlgti", OPTO(2,TOLGT), OPTO_MASK, PPC64, { RA, SI } }, 1878 { "tdllti", OPTO(2,TOLLT), OPTO_MASK, PPC64, { RA, SI } }, 1879 { "tdeqi", OPTO(2,TOEQ), OPTO_MASK, PPC64, { RA, SI } }, 1880 { "tdlgei", OPTO(2,TOLGE), OPTO_MASK, PPC64, { RA, SI } }, 1881 { "tdlnli", OPTO(2,TOLNL), OPTO_MASK, PPC64, { RA, SI } }, 1882 { "tdllei", OPTO(2,TOLLE), OPTO_MASK, PPC64, { RA, SI } }, 1883 { "tdlngi", OPTO(2,TOLNG), OPTO_MASK, PPC64, { RA, SI } }, 1884 { "tdgti", OPTO(2,TOGT), OPTO_MASK, PPC64, { RA, SI } }, 1885 { "tdgei", OPTO(2,TOGE), OPTO_MASK, PPC64, { RA, SI } }, [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ppc-opc.c | 1764 #define PPC64 PPC_OPCODE_64 | PPC_OPCODE_PPC macro 1813 { "tdlgti", OPTO(2,TOLGT), OPTO_MASK, PPC64, { RA, SI } }, 1814 { "tdllti", OPTO(2,TOLLT), OPTO_MASK, PPC64, { RA, SI } }, 1815 { "tdeqi", OPTO(2,TOEQ), OPTO_MASK, PPC64, { RA, SI } }, 1816 { "tdlgei", OPTO(2,TOLGE), OPTO_MASK, PPC64, { RA, SI } }, 1817 { "tdlnli", OPTO(2,TOLNL), OPTO_MASK, PPC64, { RA, SI } }, 1818 { "tdllei", OPTO(2,TOLLE), OPTO_MASK, PPC64, { RA, SI } }, 1819 { "tdlngi", OPTO(2,TOLNG), OPTO_MASK, PPC64, { RA, SI } }, 1820 { "tdgti", OPTO(2,TOGT), OPTO_MASK, PPC64, { RA, SI } }, 1821 { "tdgei", OPTO(2,TOGE), OPTO_MASK, PPC64, { RA, SI } }, [all …]
|
| /openbsd-src/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-src/gnu/llvm/lldb/source/Plugins/Architecture/ |
| H A D | CMakeLists.txt | 3 add_subdirectory(PPC64)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ |
| H A D | CMakeLists.txt | 6 add_subdirectory(PPC64)
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Architecture/PPC64/ |
| H A D | BUILD.gn | 1 static_library("PPC64") {
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginArchitecture/ |
| H A D | Makefile | 14 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Architecture/PPC64
|
| /openbsd-src/gnu/usr.bin/clang/liblldbPluginInstruction/ |
| H A D | Makefile | 19 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/Instruction/PPC64
|
| /openbsd-src/gnu/usr.bin/clang/liblldELF/ |
| H A D | Makefile | 22 PPC64.cpp \
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | CMakeLists.txt | 32 Arch/PPC64.cpp
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/ELF/ |
| H A D | BUILD.gn | 38 "Arch/PPC64.cpp",
|
| /openbsd-src/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-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ |
| H A D | BUILD.gn | 20 "//lldb/source/Plugins/Architecture/PPC64",
|
| /openbsd-src/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-src/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-src/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-src/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-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-objdump.rst | 31 architectures (AArch64, PPC64, x86), all known instructions are disassembled by
|