about summary refs log tree commit diff stats
path: root/test/arch
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2018-01-26 17:44:44 +0100
committerAjax <commial@gmail.com>2018-01-26 17:47:05 +0100
commit0be43af1c4ebeb265667167052173eb5743ce800 (patch)
tree3bf37bafac9d59f20ab3e396eef49d253ffab29a /test/arch
parent2d0910a2c398f681eacb8dea7df1bee4c72e6401 (diff)
downloadmiasm-0be43af1c4ebeb265667167052173eb5743ce800.tar.gz
miasm-0be43af1c4ebeb265667167052173eb5743ce800.zip
Add PCMPGTB instruction
Diffstat (limited to 'test/arch')
-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 c1818bc9..d3b2964c 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    PCMPGTB    XMM8, XMM5",
+     "66440f64c5"),
+
     (m64, "00000000    PALIGNR    XMM1, XMM2, 0xC",
      "660f3a0fca0c"),