Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arm7tdmi: Improved ldmia and stmia timings in Thumb mode (#1362)
ARM and Thumb mode variants of the ldmia and stmia instructions use a shared pattern of sequential and nonsequential memory accesses. The correct pattern was already implemented in ARM mode, and this PR applies the same pattern to Thumb mode, making the timings of these instructions more accurate.
- Loading branch information