summaryrefslogtreecommitdiff
path: root/arch/arm64/disassembler/format.h
diff options
context:
space:
mode:
authorMark Rowe <mark@vector35.com>2025-09-18 11:46:39 -0700
committerMark Rowe <mark@vector35.com>2025-09-25 08:41:48 -0700
commit6e1306923c60b3d6c1cefb1fcc240f1a064d6f20 (patch)
tree57fb65f74fecfa95dd394ecc5b664512d8f87609 /arch/arm64/disassembler/format.h
parent0deeb4a61749737b98f7946ec88b693068180e28 (diff)
[AArch64] Update disassembler based on 2025-06 ARM ISA data
Alongside this I also added support for decoding: * LDR / STR (table) * PMULLB / PMULLT * ABS / CNT / CTZ * SMIN / SMAX / UMIN / UMAX * RPRFM * PSEL Note that while these instructions will now be disassembled, they are not yet lifted to LLIL. Additionally, I fixed a number of errors in the decoding of some less commonly occurring instructions.
Diffstat (limited to 'arch/arm64/disassembler/format.h')
-rw-r--r--arch/arm64/disassembler/format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/disassembler/format.h b/arch/arm64/disassembler/format.h
index 6228cbf7..5e92dc09 100644
--- a/arch/arm64/disassembler/format.h
+++ b/arch/arm64/disassembler/format.h
@@ -8,6 +8,7 @@
#include "encodings_fmt.h"
#include "operations.h"
#include "regs.h"
+#include "sysregs_gen.h"
#include "sysregs_fmt_gen.h"
//-----------------------------------------------------------------------------