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-11 14:54:44 +0200
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-09 15:26:04 +0000
commit08c22a46cc54da3cf4670ae0f263182d24ccdd86 (patch)
tree1717c5fe18a450feabac68254537f39514c781db /test/arch/x86/arch.py
parent89f6bfbae7ea6779d9424d8b1fd84843bf8ee23f (diff)
downloadmiasm-08c22a46cc54da3cf4670ae0f263182d24ccdd86.tar.gz
miasm-08c22a46cc54da3cf4670ae0f263182d24ccdd86.zip
Add BLSMSK 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 6d578dd9..7e44e903 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2599,6 +2599,9 @@ reg_tests = [
     (m64, "00000000    BEXTR      RAX, RBX, RCX",
     "c4e2f0f7c3"),
 
+    (m64, "00000000    BLSMSK     RAX, RBX",
+    "c4e2f8f3d3"),
+
     #### MMX/SSE/AVX operations
     ####