]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
aarch64: Eliminate AARCH64_OPND_SVE_ADDR_R
authorAlice Carlotti <alice.carlotti@arm.com>
Mon, 7 Apr 2025 19:21:07 +0000 (20:21 +0100)
committerAlice Carlotti <alice.carlotti@arm.com>
Fri, 9 May 2025 19:19:30 +0000 (20:19 +0100)
commit92f7d4ddde6de117ecbd677dcfa87ac4f7e9f43b
tree69ab4610ebe75b95592f9881e3e412fb0e49f3a9
parent4250bea744bdd373ba82b237ef7b1e77570f3fb3
aarch64: Eliminate AARCH64_OPND_SVE_ADDR_R

Adjust parsing for AARCH64_OPND_SVE_ADDR_RR{_LSL*} operands to accept
implicit XZR offsets.  Add new AARCH64_OPND_SVE_ADDR_RM{_LSL*} operands
to support instructions where an XZR offset is allowed but must be
specified explicitly.  This allows the removal of the duplicate opcode
table entries using AARCH64_OPND_SVE_ADDR_R.
gas/config/tc-aarch64.c
include/opcode/aarch64.h
opcodes/aarch64-asm-2.c
opcodes/aarch64-dis-2.c
opcodes/aarch64-opc-2.c
opcodes/aarch64-opc.c
opcodes/aarch64-tbl.h