summaryrefslogtreecommitdiff
path: root/test/fpu.asm
AgeCommit message (Collapse)AuthorFilesLines
2008-10-06test: change .stdout/.stderr to stdout/stderrH. Peter Anvin1-1/+1
Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2008-05-21Configure tests to be performed automaticallyVictor van den Elzen1-0/+2
2007-11-15BR 993895: Support zero-operand floating-point insnH. Peter Anvin1-0/+125
Support the zero-operand form of floating-point instructions. Note that in most cases, the form generated is actually the "popping" form, e.g. "FADD" becomes "FADDP st0,st1". This is in accordance with the Intel documentation. "FADDP" is also supported.