The enum aarch64_opnd_qualifiers in include/opcode/aarch64.h needs to
stay in sync with the array of struct operand_qualifier_data which
defines various properties for the different type of operands. For
instance, for:
- registers: the size of the register, the number of elements.
- immediates: lower and upper bits to determine the range of values.
/* Qualifier constrains an operand. It either specifies a variant of an
operand type or limits values available to an operand type.
- N.B. Order is important; keep aarch64_opnd_qualifiers synced. */
+ N.B. Order is important.
+ Keep aarch64_opnd_qualifiers (opcodes/aarch64-opc.c) synced. */
enum aarch64_opnd_qualifier
{