From b78b1616c28f9eed711842d9c435537e20f39a57 Mon Sep 17 00:00:00 2001 From: IridiumXOR Date: Tue, 19 May 2020 11:36:29 +0200 Subject: Add test units for MCR/MRC --- test/arch/arm/arch.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py index 5aa619ea..55b9a9c2 100644 --- a/test/arch/arm/arch.py +++ b/test/arch/arm/arch.py @@ -233,6 +233,10 @@ reg_tests_arm = [ ('XXXXXXXX PKHTB R1, R2, R3 ASR 0x20', '531082e6'), + ('XXXXXXXX MRC p15, 0x0, R0, c1, c1, 0x0', + '110f11ee'), + ('XXXXXXXX MCR p15, 0x0, R8, c2, c0, 0x0', + '108f02ee'), ] ts = time.time() -- cgit 1.4.1