about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2018-01-26 17:40:46 +0100
committerAjax <commial@gmail.com>2018-01-26 17:47:05 +0100
commit343c04ffa9bae64d45d950909f038775963502a9 (patch)
treecb6ef542f1eaf580ba2d71dacd24afefbbf93a9a /test/arch/x86/arch.py
parent185d42afb5a3a596bba05dd0ca79c9c45afc757f (diff)
downloadmiasm-343c04ffa9bae64d45d950909f038775963502a9.tar.gz
miasm-343c04ffa9bae64d45d950909f038775963502a9.zip
Add PALIGNR x86 instruction (asm & semantic)
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 4d5d5a1c..c1818bc9 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2802,6 +2802,9 @@ reg_tests = [
     (m32, "00000000    PCMPGTQ    XMM0, XMM5",
     "660f3837C5"),
 
+    (m64, "00000000    PALIGNR    XMM1, XMM2, 0xC",
+     "660f3a0fca0c"),
+
 
     (m32, "00000000    PUNPCKHBW  MM2, QWORD PTR [EDX]",
     "0F6812"),