diff options
| author | iximeow <me@iximeow.net> | 2026-08-02 20:28:30 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-08-02 20:28:30 +0000 |
| commit | b89b56f1e92b9559ccd11929e575db3ea2b71ced (patch) | |
| tree | 5f39d5b218a06c53d8e112ba4f045dcbd7c90d5b /CHANGELOG | |
| parent | 8d4d7a3876cbca23e21c4b5c7c30abae934b6b30 (diff) | |
fix missing decode of `s` bit for wide shift/rotate ops
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ * thumb2: `mrs` destinations, which should have been a mask of the current (or saved) program status register, was reported as a banked GPR. * thumb2: some coprocessor instructions were incorrectly decoded as `ldc*/stc*` +* thumb2: fix missing decode of `s` bit for wide lsl/lsr/asr/ror (register) * ARMv8: support thumb2 encoding of `Test Target` instruction, `Opcode::TT` (formatted as any of `tt`, `ttt`, `tta`, `ttat`) * ARMv8: formerly-coprocessor instructions have been defined into SIMD extensions, |
