]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/mips64r5900-elf/f-neg.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / testsuite / mips64r5900-elf / f-neg.s
CommitLineData
37d49885
AC
1.include "t-macros.i"
2
3 start
4
5test_neg1:
6 clearfcsr
7 loadfp $f1 4.0
8 neg.s $f3, $f1
9 checkfp 0 $f3 , -4.0
10
11 exit0