aboutsummaryrefslogtreecommitdiff
path: root/tests/armv7/mod.rs
AgeCommit message (Collapse)Author
2026-07-28Fix the handling of arithmetic register shifts with zero immediatesGrond
2026-02-22support A1 encoding of several coprocessor instructions + SVCrva3
initially was "implement MCR/MRC decoding", but expanded to include the whole coprocessor space for completeness, and then SVC is right there too. Neon instructions in this space are still rejected, as neon support is not really there yet. Co-authored-by: iximeow <me@iximeow.net>
2026-02-22properly display coprocessor higher than 9rva3
2023-01-31fix 24-bit branch immediate decodingjam1garner
2022-01-02get test situation in orderiximeow