]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PowerPC: Support for Prefixed Add Immediate Shifted Instruction (RFC02686)
authorSurya Kumari Jangala <jskumari@linux.ibm.com>
Thu, 27 Feb 2025 17:48:29 +0000 (12:48 -0500)
committerSurya Kumari Jangala <jskumari@linux.ibm.com>
Mon, 28 Apr 2025 07:55:05 +0000 (02:55 -0500)
commit863cfde5f09db156ef4743292536d6502f53b9b8
tree5885530fa6ddad93137132e84fd9f8628cbf5f65
parent62f1d637d0bc86325a70f32fbf3090354a1abb73
PowerPC: Support for Prefixed Add Immediate Shifted Instruction (RFC02686)

opcodes/
* ppc-opc.c (insert_si32, extract_si32, insert_nsi32,
extract_nsi32): New functions.
(SI32, NSI32, P_D_SI32_MASK, P_DRAPCREL_SI32_MASK): New macros.
(IMM32): Update for new macros.
(powerpc_opcodes): Add plis, paddis, psubis.

gas/
* testsuite/gas/ppc/future.s: New test.
* testsuite/gas/ppc/future.d: Likewise.
gas/testsuite/gas/ppc/future.d
gas/testsuite/gas/ppc/future.s
opcodes/ppc-opc.c