diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/arch/x86/arch.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index 22cfcf39..dfb051fa 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -2583,6 +2583,16 @@ reg_tests = [ (m16, "00000000 LDS SI, WORD PTR [BX + SI]", "C530"), + #### BMI operations + #### + + (m64, "00000000 BLSI RAX, QWORD PTR [EBX]", + "67c4e2f8f31b"), + (m64, "00000000 BLSI EAX, EBX", + "c4e278f3db"), + (m64, "00000000 BLSI EAX, R14D", + "c4c278f3de"), + #### MMX/SSE/AVX operations #### |