diff options
Diffstat (limited to 'test/arch/x86/arch.py')
| -rw-r--r-- | test/arch/x86/arch.py | 3 |
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 #### |