diff options
| author | iximeow <me@iximeow.net> | 2026-07-26 17:58:42 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-07-28 07:28:15 +0000 |
| commit | 5581435b4edc8836e172a5088d74d2ec97b2bc99 (patch) | |
| tree | ac2dd32a0b24ae58508aa787c32112e39201abed /CHANGELOG | |
| parent | 9b3c56c0e62c3d1c27ffef4b8021663798b73ca7 (diff) | |
thumb2: fix parallel addition/subtraction, (un)signed
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ * support non-`*2` forms of coprocessor instructions * collapse `*2` encoding choice for coprocessor instructions into a paramter on the opcode (rather than distinct opcodes) +* thumb2: use correct opcode table for parallel addition/subtractions + * the decoder reused the non-thumb encoding table, but thumb opcode/sizes are + encoded in a different order. several fixes from @Grond66: * ARMv7: support the RRX rotate mode. |
