]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[AArch64][SVE 18/32] Tidy definition of aarch64-opc.c:int_reg
authorRichard Sandiford <richard.sandiford@arm.com>
Thu, 16 Jun 2016 15:41:37 +0000 (16:41 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 23 Aug 2016 08:41:03 +0000 (09:41 +0100)
commitdf59b4ed7a7156abebe860fd72a6c1b7bb75eb47
tree1ad76b644b77be95b7e93bfc596f8634acc464a3
parent478fd476d3fe8a73ff3faa0b2b62ef4b66def9d7
[AArch64][SVE 18/32] Tidy definition of aarch64-opc.c:int_reg

Use a macro to define 31 regular registers followed by a supplied
value for 0b11111.  The SVE code will also use this for vector base
and offset registers.

opcodes/
* aarch64-opc.c (BANK): New macro.
(R32, R64): Take a register number as argument
(int_reg): Use BANK.

Change-Id: I0948da47ece3cd5d8d101b8002d8f828738d7b60
opcodes/aarch64-opc.c