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 15:05:50 +0200
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-09 15:26:04 +0000
commit1d230574c81113e15013f77db8d1bcdd45330d20 (patch)
tree4ab3a71b51ebb896194f4585363a46623d084ef8 /test/arch/x86/arch.py
parent08c22a46cc54da3cf4670ae0f263182d24ccdd86 (diff)
downloadmiasm-1d230574c81113e15013f77db8d1bcdd45330d20.tar.gz
miasm-1d230574c81113e15013f77db8d1bcdd45330d20.zip
Add BLSR 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 7e44e903..595f989b 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2602,6 +2602,9 @@ reg_tests = [
     (m64, "00000000    BLSMSK     RAX, RBX",
     "c4e2f8f3d3"),
 
+    (m64, "00000000    BLSR       RAX, RBX",
+    "c4e2f8f3cb"),
+
     #### MMX/SSE/AVX operations
     ####