about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2016-01-06 13:43:34 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2016-01-06 13:43:34 +0100
commit55c24ef7ad982a700fcf1f3ae4296cf99019fbb5 (patch)
tree9bb4d742967a9b1123ae586f2b4c26b0eff02e39 /test/arch/x86/arch.py
parentd961127e15c8d47d4f7a121bab74d613b8eba04d (diff)
downloadmiasm-55c24ef7ad982a700fcf1f3ae4296cf99019fbb5.tar.gz
miasm-55c24ef7ad982a700fcf1f3ae4296cf99019fbb5.zip
Test: add x86 reg test
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 9fe718cc..dfe4ef91 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2853,6 +2853,11 @@ reg_tests = [
     (m32, "00000000    SQRTSS     XMM2, DWORD PTR [EDX]",
      "F30f5112"),
 
+    (m32, "00000000    PMOVMSKB   EAX, MM7",
+     "0FD7C7"),
+    (m32, "00000000    PMOVMSKB   EAX, XMM7",
+     "660FD7C7"),
+
 
 ]