diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/arch/x86/arch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py index 6a4ab6bb..d48a707c 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -2671,6 +2671,8 @@ reg_tests = [ "0F72D605"), (m32, "00000000 PSRLD XMM6, 0x5", "660F72D605"), + (m64, "00000000 PSRLDQ XMM0, 0x8", + "660f73d808"), (m32, "00000000 PSRLW MM6, 0x5", "0F71D605"), (m32, "00000000 PSRLW XMM6, 0x5", |