From 6e1306923c60b3d6c1cefb1fcc240f1a064d6f20 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Thu, 18 Sep 2025 11:46:39 -0700 Subject: [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. --- arch/arm64/disassembler/format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm64/disassembler/format.h') 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" //----------------------------------------------------------------------------- -- cgit v1.3.1