Test r5900 floating point instructions.
[deliverable/binutils-gdb.git] / sim / testsuite / mips64r5900-elf / f-mula.s
1 .include "t-macros.i"
2
3 start
4
5 test_mula1:
6 clearfcsr
7 loadfp $f1 2.0
8 loadfp $f2 4.0
9 mula.s $f2, $f1
10 checkacc 0 8.0
11
12 exit0
This page took 0.032531 seconds and 4 git commands to generate.