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 ae8e3e79..2110ccf7 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -670,6 +670,9 @@ reg_tests_armt = [
     ("xxxxxxxx    EOR        R3, R3, R1",
      "83EA0103"),
 
+    ("xxxxxxxx    EOR        R0, R1, 0x42",
+     "81F04200"),
+
     ("xxxxxxxx    DSB        SY",
      "bff34f8f"),