about summary refs log tree commit diff stats
path: root/test/arch/x86/arch.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/arch/x86/arch.py')
-rw-r--r--test/arch/x86/arch.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/arch/x86/arch.py b/test/arch/x86/arch.py
index 410a4de1..6479b44a 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -1619,6 +1619,10 @@ reg_tests = [
      "f30f5811"),
     (m32, "00000000    ADDSD      XMM2, DWORD PTR [ECX]",
      "f20f5811"),
+    (m32, "00000000    ADDPS      XMM2, DWORD PTR [ECX]",
+     "0f5811"),
+    (m32, "00000000    ADDPD      XMM2, DWORD PTR [ECX]",
+     "660f5811"),
 
     (m32, "00000000    MULSD      XMM2, DWORD PTR [ECX]",
      "f20f5911"),