aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-02-01 15:49:37 -0800
committerJoe Soroka <gits@joesoroka.com>2011-02-01 15:49:37 -0800
commit47b4cf22cda4f46b2e2be031260618fd0b07d70a (patch)
tree0725b9e2b8bde241fcb6a9f763fb0ede46e2882d /tests
parent87d84b7cb8b41a4ebf8dda39edc74acc1382d0e6 (diff)
downloadtinycc-47b4cf22cda4f46b2e2be031260618fd0b07d70a.tar.gz
tinycc-47b4cf22cda4f46b2e2be031260618fd0b07d70a.tar.bz2
tccasm: accept "fmul/fadd st(0),st(n)" (dietlibc ipow/atanh)
Diffstat (limited to 'tests')
-rw-r--r--tests/asmtest.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S
index 452815c..5bc8950 100644
--- a/tests/asmtest.S
+++ b/tests/asmtest.S
@@ -248,8 +248,12 @@ L3:
fadd
fadd %st(1), %st
+ fadd %st(0), %st(1)
fadd %st(3)
+ fmul %st(0),%st(0)
+ fmul %st(0),%st(1)
+
faddp %st(5)
faddp
faddp %st(1), %st