about summary refs log tree commit diff stats
path: root/test/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/x86')
-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 595f989b..bd1b776d 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -2605,6 +2605,9 @@ reg_tests = [
     (m64, "00000000    BLSR       RAX, RBX",
     "c4e2f8f3cb"),
 
+    (m64, "00000000    BZHI       RAX, RBX, RCX",
+    "c4e2f0f5c3"),
+
     #### MMX/SSE/AVX operations
     ####