PowerPC: Add support for RFC02656 - Enhanced Load Store with Length Instructions
authorPeter Bergner <bergner@linux.ibm.com>
Tue, 8 Nov 2022 18:40:08 +0000 (12:40 -0600)
committerPeter Bergner <bergner@linux.ibm.com>
Wed, 7 Dec 2022 17:47:16 +0000 (11:47 -0600)
commita60038c648d15fcb4bb91772433ea5e668cdf87d
tree579547073823b8101451efe0de19709419a5ca13
parent1de4b5156345d7cba14224ee12c1121ff061b066
PowerPC: Add support for RFC02656 - Enhanced Load Store with Length Instructions

opcodes/
* ppc-opc.c (PPCVSXF): New define.
(powerpc_opcodes): Add lxvrl, lxvrll, lxvprl, lxvprll, stxvrl,
stxvrll, stxvprl, stxvprl.

gas/
* testsuite/gas/ppc/rfc02656.s: New test.
* testsuite/gas/ppc/rfc02656.d: Likewise.
* testsuite/gas/ppc/ppc.exp: Run it.
gas/testsuite/gas/ppc/ppc.exp
gas/testsuite/gas/ppc/rfc02656.d [new file with mode: 0644]
gas/testsuite/gas/ppc/rfc02656.s [new file with mode: 0644]
opcodes/ppc-opc.c