Files
binutils-gdb/opcodes
Indu Bhagat ffd91fa3c5 opcodes: aarch64: enforce checks on subclass flags in aarch64-gen.c
[No changes in V5]

[New in V4]

Enforce some checks on the newly added subclass flags:
  - If a subclass is set of one insn of an iclass, every insn of that
    iclass must have non-zero subclass field.
  - For all other iclasses, the subclass bits are zero for all insns.

include/
        * opcode/aarch64.h (enum aarch64_insn_class): Identify the
	maximum iclass enum value.

opcodes/
        * aarch64-gen.c (iclass_has_subclasses_p): New array of bool.
        (read_table): Enforce checks on subclass flags.
2024-07-12 22:48:11 -07:00
..
2023-11-15 12:53:04 +00:00
2023-11-15 12:53:04 +00:00
2024-06-20 21:15:27 +09:30
2024-06-20 21:15:27 +09:30
2024-07-04 15:55:00 +08:00
2024-06-18 10:52:40 +08:00
2024-01-05 09:28:52 +01:00
2024-07-04 15:55:00 +08:00
2024-07-04 15:55:00 +08:00
2024-07-04 15:55:00 +08:00
2024-07-04 15:55:00 +08:00
2024-03-13 18:23:26 +00:00
2024-06-20 21:15:27 +09:30
2024-02-29 21:07:04 +10:30
2024-04-19 10:00:57 +09:30