[0/2] aarch64: Restructure feature flag handling

Message ID 20230925202647.2049600-1-richard.sandiford@arm.com
Headers
Series aarch64: Restructure feature flag handling |

Message

Richard Sandiford Sept. 25, 2023, 8:26 p.m. UTC
  This patch series extends the number of AArch64 features beyond 64.
See the individual patch descriptions for details.

Tested on aarch64-linux-gnu.  OK to install?

Richard


Richard Sandiford (2):
  aarch64: Restructure feature flag handling
  aarch64: Allow feature flags to occupy >64 bits

 gas/config/tc-aarch64.c  | 462 ++++++++++++++------------------------
 include/opcode/aarch64.h | 463 +++++++++++++++++++++++++--------------
 opcodes/aarch64-dis.c    |   7 +-
 opcodes/aarch64-opc.c    |  54 +++--
 opcodes/aarch64-tbl.h    | 120 +++++-----
 5 files changed, 546 insertions(+), 560 deletions(-)