diff options
| author | Mark Rowe <mark@vector35.com> | 2025-10-09 09:31:15 -0700 |
|---|---|---|
| committer | Mark Rowe <mark@vector35.com> | 2025-10-15 14:10:49 -0700 |
| commit | 3f39c3fc3d5603bba111502eee26b5fbbb0077fe (patch) | |
| tree | 1bc2fc14f8a87569a4eab1f32dac269d0670dfb0 /arch/arm64/disassembler/decode.h | |
| parent | 25212cfd39f6dc45ce9030c194b6131645b76ba3 (diff) | |
[AArch64] Update disassembler based on 2025-09 ARM ISA data
Diffstat (limited to 'arch/arm64/disassembler/decode.h')
| -rw-r--r-- | arch/arm64/disassembler/decode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/disassembler/decode.h b/arch/arm64/disassembler/decode.h index 2d90eb1d..11e5a64b 100644 --- a/arch/arm64/disassembler/decode.h +++ b/arch/arm64/disassembler/decode.h @@ -380,6 +380,7 @@ typedef struct context_ uint64_t pac; bool pacia1716; bool pacib1716; + uint64_t pacinst; uint64_t page; uint64_t pair; uint64_t pairs; @@ -397,6 +398,7 @@ typedef struct context_ uint64_t postindex; uint64_t pref_hint; uint64_t prfop; + bool priority; uint64_t ptype; uint64_t r; uint64_t rd; @@ -422,6 +424,7 @@ typedef struct context_ uint64_t sel_a; uint64_t sel_b; uint64_t selem; + uint64_t select; uint64_t setflags; uint64_t sf; uint64_t sh; |
