summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/fp1.scm
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/standalone/sassy/tests/fp1.scm')
-rw-r--r--test-suite/standalone/sassy/tests/fp1.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/test-suite/standalone/sassy/tests/fp1.scm b/test-suite/standalone/sassy/tests/fp1.scm
new file mode 100644
index 000000000..8a70fd7f2
--- /dev/null
+++ b/test-suite/standalone/sassy/tests/fp1.scm
@@ -0,0 +1,20 @@
+(
+(fadd (dword (& eax)))
+(fsub (qword (& ebx)))
+(fsubr st0 st4)
+(fmul st7 st0)
+(fdiv (dword (& eax)))
+(fdivr (qword (& ebx)))
+(fdivrp st2 st0)
+(fdivp st2 st0)
+(fmulp st2 st0)
+(fsubp st3 st0)
+(fsubrp st2 st0)
+(faddp st4 st0)
+(fimul (dword (& eax)))
+(fiadd (word (& ebx)))
+(fidiv (word (& ebx)))
+(fidivr (dword (& eax)))
+(fisub (word (& ebx)))
+(fisubr (dword (& eax)))
+)