about summary refs log tree commit diff stats
path: root/test/arch/arm/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/arm/arch.py')
-rw-r--r--test/arch/arm/arch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py
index 701c45af..2ffbd3b1 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -242,6 +242,9 @@ reg_tests_arm = [
     ("XXXXXXXX    BFC        R0, 0x0, 0xD",
      "1f00cce7"),
 
+    ("XXXXXXXX    REV        R0, R2",
+     "320FBFE6"),
+
 
 ]
 ts = time.time()