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.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py
index a00fe3d6..6b010d20 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -250,6 +250,12 @@ reg_tests_arm = [
     ('XXXXXXXX    PLD        [R1, 0x1C]',
      '1CF0D1F5'),
 
+    ('XXXXXXXX    UXTAB      R5, R2, R8',
+     '7850e2e6'),
+
+    ('XXXXXXXX    UXTAB      R5, R2, R8 ROR 0x8',
+     '7854e2e6'),
+
 
 ]
 ts = time.time()