]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/mips64r5900-elf/f-sub.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / testsuite / mips64r5900-elf / f-sub.s
1 .include "t-macros.i"
2
3 start
4
5 test_sub1:
6 clearfcsr
7 loadfp $f1 1.0
8 loadfp $f2 2.0
9 sub.s $f3, $f2, $f1
10 checkfp 0 $f3 1.0
11
12 exit0