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>2017-12-30 15:31:56 +0100
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2017-12-30 16:46:55 +0100
commit2df9301ba6af51f16724358517e4942e2152a87e (patch)
tree160a4efe69cea2184d241f5960d0522cedeaba8c /test/arch/x86/arch.py
parent1ef1c5024ab361d2a38237b9d3752ea7d66a1165 (diff)
downloadmiasm-2df9301ba6af51f16724358517e4942e2152a87e.tar.gz
miasm-2df9301ba6af51f16724358517e4942e2152a87e.zip
X86: add mfence/sfence/prefetch
Diffstat (limited to 'test/arch/x86/arch.py')
-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 694e18c0..972a2e12 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2147,6 +2147,10 @@ reg_tests = [
 
     (m64, "00000000    LFENCE",
      "0faee8"),
+    (m64, "00000000    MFENCE",
+     "0FAEF0"),
+    (m64, "00000000    SFENCE",
+     "0FAEF8"),
 
 
     (m32, "00000000    SUB        AL, 0x11",