about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2019-02-25 09:27:13 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-03-07 21:06:33 +0100
commitac08aad4efec127828988153b4b1ac618b9dbba9 (patch)
tree1bff0297dcd0e66d650388c0a85ab07b96ed3ac3 /test
parent4c2320b46250a8d6f8774e1218544b72a154cd8e (diff)
downloadmiasm-ac08aad4efec127828988153b4b1ac618b9dbba9.tar.gz
miasm-ac08aad4efec127828988153b4b1ac618b9dbba9.zip
pkhbt
Diffstat (limited to 'test')
-rw-r--r--test/arch/arm/arch.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/arch/arm/arch.py b/test/arch/arm/arch.py
index c8f2d433..5aa619ea 100644
--- a/test/arch/arm/arch.py
+++ b/test/arch/arm/arch.py
@@ -224,6 +224,16 @@ reg_tests_arm = [
      '7854e2e6'),
 
 
+    ('XXXXXXXX    PKHBT      R1, R2, R3 LSL 0x8',
+     '131482e6'),
+    ('XXXXXXXX    PKHBT      R1, R2, R3',
+     '131082e6'),
+    ('XXXXXXXX    PKHTB      R1, R2, R3 ASR 0x8',
+     '531482e6'),
+    ('XXXXXXXX    PKHTB      R1, R2, R3 ASR 0x20',
+     '531082e6'),
+
+
 ]
 ts = time.time()