]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: aarch64: Add instructions for GICv5
authorSaurabh Jha <saurabh.jha@arm.com>
Wed, 23 Jul 2025 10:41:53 +0000 (10:41 +0000)
committersaurabhjha <saurabhjha@sourceware.org>
Mon, 6 Oct 2025 17:56:26 +0000 (17:56 +0000)
commita149def232c6a143651a5943dcdb1aa8aa2f653b
tree807a37de70ab8684f8bfd6a972942dd307ac5a1b
parentc3954fc3a14ba01def0bcc278d81c7c9e5994365
gas: aarch64: Add instructions for GICv5

Add new instructions from the Generic Interrupt Controller, GICv5,
extension. These instructions are aliases to system instructions and are
the following:

* gic <operation>, <reg>
* gicr <reg>, <operation>
* gsb <operation>
16 files changed:
gas/config/tc-aarch64.c
gas/testsuite/gas/aarch64/gcie-bad.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/gcie-bad.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/gcie-illegal.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/gcie-illegal.l [new file with mode: 0644]
gas/testsuite/gas/aarch64/gcie-illegal.s [new file with mode: 0644]
gas/testsuite/gas/aarch64/gcie.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/gcie.s [new file with mode: 0644]
include/opcode/aarch64.h
opcodes/aarch64-asm-2.c
opcodes/aarch64-dis-2.c
opcodes/aarch64-dis.c
opcodes/aarch64-opc-2.c
opcodes/aarch64-opc.c
opcodes/aarch64-tbl-2.h
opcodes/aarch64-tbl.h