diff options
| author | iximeow <me@iximeow.net> | 2026-08-02 20:01:23 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-08-02 20:01:23 +0000 |
| commit | 8d4d7a3876cbca23e21c4b5c7c30abae934b6b30 (patch) | |
| tree | 72315b162383b99b6685ef08817be8bfd9bd779e /tests | |
| parent | fa428aefa6789c744e1e887a719fc2a07ad00188 (diff) | |
thumb ldc/stc encodings missed a bit
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/armv7/thumb.rs | 8 |
1 files changed, 8 insertions, 0 deletions
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], |
