From 8d4d7a3876cbca23e21c4b5c7c30abae934b6b30 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 2 Aug 2026 20:01:23 +0000 Subject: thumb ldc/stc encodings missed a bit --- tests/armv7/thumb.rs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests') diff --git a/tests/armv7/thumb.rs b/tests/armv7/thumb.rs index 9ace8d2..43d7638 100644 --- a/tests/armv7/thumb.rs +++ b/tests/armv7/thumb.rs @@ -4573,6 +4573,14 @@ fn msr_mrs() { } #[test] +fn mrc_mcr_cdp() { + test_display( + &[0x80, 0xfe, 0x80, 0xc6], + "cdp2 p6, 8, c12, c0, c0, 4" + ); +} + +#[test] fn prefetch() { test_display( &[0xb0, 0xf8, 0x03, 0xfe], -- cgit v1.1