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>2019-11-21 14:52:49 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2019-11-21 14:55:39 +0100
commit59bde86c6b4e3751327074355b59e814ad926b77 (patch)
treefa28c811eedc673a16e02452abfcddb2d3c2bf32 /test/arch/x86/arch.py
parentcc565ff0c1875793ac153eb6f163d88c0dcab3de (diff)
downloadmiasm-59bde86c6b4e3751327074355b59e814ad926b77.tar.gz
miasm-59bde86c6b4e3751327074355b59e814ad926b77.zip
X86: add instr
Diffstat (limited to '')
-rw-r--r--test/arch/x86/arch.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 68a14036..0455462d 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -1538,6 +1538,10 @@ reg_tests = [
     (m64, "00000000    MOVSXD     R8, EAX",
      "4c63c0"),
 
+    (m32, "XXXXXXXX    MOVNTI     DWORD PTR [ECX + 0xFFFFFFFC], EDX",
+    "0fc351fc"),
+    (m64, "XXXXXXXX    MOVNTI     QWORD PTR [RCX + 0xFFFFFFFFFFFFFFFC], R10",
+    "4C0FC351FC"),
 
     (m32, "00000000    MUL        BYTE PTR [EAX]",
      "f620"),