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