llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc
Baptiste Saleil 1372e23c7d [PowerPC] Add vector pair load/store instructions and vector pair register class
This patch adds support for the lxvp, lxvpx, plxvp, stxvp, stxvpx and pstxvp
instructions in the PowerPC backend. These instructions allow loading and
storing VSX register pairs. This patch also adds the VSRp register class
definition needed for these instructions.

Differential Revision: https://reviews.llvm.org/D84359
2020-09-21 10:27:47 -05:00
..
CMakeLists.txt [PowerPC] Delete PPCMachObjectWriter and powerpc{,64}-apple-darwin 2020-03-05 11:05:26 -08:00
LLVMBuild.txt [AArch64][SVE] Fix -DBUILD_SHARED_LIBS=on builds after -D74808/1874dee5662603c9251228c71b66de72cec0c979 2020-02-21 13:59:47 -08:00
PPCAsmBackend.cpp [MC] Default MCAsmBackend::mayNeedRelaxation() to false 2020-08-02 22:13:59 -07:00
PPCELFObjectWriter.cpp [PowerPC] Implement Thread Local Storage Support for Local Exec 2020-09-14 14:16:28 -05:00
PPCELFStreamer.cpp [PowerPC] Add linker opt for PC Relative GOT indirect accesses 2020-07-22 09:08:23 -05:00
PPCELFStreamer.h [PowerPC] Add linker opt for PC Relative GOT indirect accesses 2020-07-22 09:08:23 -05:00
PPCFixupKinds.h [PowerPC] Split s34imm into two types 2020-07-28 05:55:56 -05:00
PPCInstPrinter.cpp [PowerPC][PCRelative] Thread Local Storage Support for General Dynamic 2020-08-20 15:08:13 -05:00
PPCInstPrinter.h [PPCInstPrinter] Delete an unneeded overload of printBranchOperand. NFC 2020-04-01 22:45:25 -07:00
PPCMCAsmInfo.cpp [AIX] Update data directives for AIX assembly 2020-06-03 10:55:59 -04:00
PPCMCAsmInfo.h [NFC] Add 'override' keyword where missing in include/ and lib/. 2020-07-14 09:47:29 -07:00
PPCMCCodeEmitter.cpp [PowerPC][PCRelative] Thread Local Storage Support for Initial Exec 2020-08-21 10:13:11 -05:00
PPCMCCodeEmitter.h [PowerPC] Split s34imm into two types 2020-07-28 05:55:56 -05:00
PPCMCExpr.cpp [PowerPC][MC] Delete PPCMCExpr::IsDarwin 2020-01-23 22:30:08 -08:00
PPCMCExpr.h [PowerPC][MC] Delete PPCMCExpr::IsDarwin 2020-01-23 22:30:08 -08:00
PPCMCTargetDesc.cpp [X86][MC][Target] Initial backend support a tune CPU to support -mtune 2020-08-14 15:31:50 -07:00
PPCMCTargetDesc.h [PowerPC] Add vector pair load/store instructions and vector pair register class 2020-09-21 10:27:47 -05:00
PPCPredicates.cpp
PPCPredicates.h
PPCXCOFFObjectWriter.cpp [XCOFF][AIX] Support relocation generation for large code model 2020-08-26 17:12:28 +00:00