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