[x86] translating "fp" (floating point) instructions from {fadd,fdiv,fmul,fsub,fsubr...
[oota-llvm.git] / test / MC / X86 / intel-syntax.s
index 002a6f81dcf58a73dcaa03fca6c277887ae6fbdb..b79b21dc9691a0c20d3b1be30fc53716dedac555 100644 (file)
@@ -533,6 +533,20 @@ fsubrp ST(1)
 fdivp ST(1)
 fdivrp ST(1)
 
+
+// CHECK: faddp %st(1)
+// CHECK: fmulp %st(1)
+// CHECK: fsubrp %st(1)
+// CHECK: fsubp %st(1)
+// CHECK: fdivrp %st(1)
+// CHECK: fdivp %st(1)
+fadd 
+fmul
+fsub
+fsubr
+fdiv
+fdivr
+
 // CHECK: faddp %st(1)
 // CHECK: fmulp %st(1)
 // CHECK: fsubrp %st(1)