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