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 dfb051fa..b61201bb 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -2593,6 +2593,9 @@ reg_tests = [ (m64, "00000000 BLSI EAX, R14D", "c4c278f3de"), + (m64, "00000000 ANDN RAX, RBX, RCX", + "c4e2e0f2c1"), + #### MMX/SSE/AVX operations #### |