about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-09-10 16:13:32 +0200
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-09 15:26:04 +0000
commit208469b489bde74acdefe7dd625fab47299b5de4 (patch)
tree5805ed72a2e6c4da55ec398514da8abf328afbc9 /test/arch/x86/arch.py
parentd249a6bb1b58b6e6049ef2633760749a10b58c74 (diff)
downloadmiasm-208469b489bde74acdefe7dd625fab47299b5de4.tar.gz
miasm-208469b489bde74acdefe7dd625fab47299b5de4.zip
Add support for ANDN instruction
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 dfb051fa..b61201bb 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2593,6 +2593,9 @@ reg_tests = [
     (m64, "00000000    BLSI       EAX, R14D",
     "c4c278f3de"),
 
+    (m64, "00000000    ANDN       RAX, RBX, RCX",
+    "c4e2e0f2c1"),
+
     #### MMX/SSE/AVX operations
     ####