diff options
Diffstat (limited to 'test/arch/x86/arch.py')
| -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 bee61a4b..e4330b33 100644 --- a/test/arch/x86/arch.py +++ b/test/arch/x86/arch.py @@ -2905,6 +2905,8 @@ reg_tests = [ (m64, "00000000 SHUFPS XMM0, XMM6, 0x44", "0fc6c644"), + (m64, "00000000 SHUFPD XMM0, XMM6, 0x44", + "660fc6c644"), ] |