aboutsummaryrefslogtreecommitdiff
path: root/tests/armv7
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-09-11 15:53:27 +0000
committeriximeow <me@iximeow.net>2026-09-11 16:18:53 +0000
commit7e70f851a481d36669e64edcd61ce7df9d578468 (patch)
tree156e7d596d75696cc4e585b4bf0cb5f84ecc8360 /tests/armv7
parent08fc7b77e5218c196fdacb94e6c9b0a6049603bd (diff)
fix mrc/mrc2 use of CRd=15
Diffstat (limited to 'tests/armv7')
-rw-r--r--tests/armv7/thumb.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/armv7/thumb.rs b/tests/armv7/thumb.rs
index 0c017e9..1278bd6 100644
--- a/tests/armv7/thumb.rs
+++ b/tests/armv7/thumb.rs
@@ -4664,6 +4664,11 @@ fn mrc_mcr_cdp() {
&[0x54, 0xec, 0xa0, 0x91],
"mrrc p1, 10, sb, r4, c0"
);
+
+ test_display(
+ &[0x1a, 0xee, 0xff, 0xf4],
+ "mrc p4, 0, apsr_nzcv, c10, c15, 7",
+ );
}
#[test]