binutils-gdb/sim/testsuite/mips64r5900-elf/f-mula.s
1998-02-25 15:04:11 +00:00

13 lines
128 B
ArmAsm

.include "t-macros.i"
start
test_mula1:
clearfcsr
loadfp $f1 2.0
loadfp $f2 4.0
mula.s $f2, $f1
checkacc 0 8.0
exit0