]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/mips64r5900-elf/f-max.s
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / sim / testsuite / mips64r5900-elf / f-max.s
CommitLineData
37d49885
AC
1.include "t-macros.i"
2
3 start
4
5 loadfp $f1, 1.0
6 loadfp $f2, 2.0
7
8test_max1:
9 clearfcsr
10 max.s $f3, $f1, $f2
11 checkfp 0 $f3 2.0
12
13test_max2:
14 clearfcsr
15 max.s $f3, $f2, $f1
16 checkfp 0 $f3 2.0
17
18 exit0