]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
aarch64: add flag OPD_F_UNSIGNED to distinguish signedness of immediate operands
authorMatthieu Longo <matthieu.longo@arm.com>
Fri, 7 Jun 2024 15:59:58 +0000 (16:59 +0100)
committerMatthieu Longo <matthieu.longo@arm.com>
Fri, 8 Nov 2024 11:35:46 +0000 (11:35 +0000)
commit3a4653efc3f2470ac9703051f16b0185917eb1de
tree584e54d152d32d7be1c7950d576c8a9049ea7a27
parent23cd66ea0ebf6df836e4e14fdf240d6eeafd5972
aarch64: add flag OPD_F_UNSIGNED to distinguish signedness of immediate operands

This patch introduces a new operand flag OPD_F_UNSIGNED to signal that
the immediate value should be treated as an unsigned value. The default
signedness of immediate operands is signed.
opcodes/aarch64-opc.c
opcodes/aarch64-opc.h