about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 46bb264b..50921b07 100644
--- a/test/arch/x86/arch.py
+++ b/test/arch/x86/arch.py
@@ -921,9 +921,13 @@ reg_tests = [
      "d818"),
     (m32, "00000000    FCOMP      QWORD PTR [EAX]",
      "dC18"),
+    (m32, "00000000    FCOM       ST, ST(1)",
+     "d8d1"),
     (m32, "00000000    FCOM       ST, ST(2)",
      "d8d2"),
 
+    (m32, "00000000    FCOMP      ST, ST(1)",
+     "d8d9"),
     (m32, "00000000    FCOMPP",
      "ded9"),