aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/mips64r5900-elf/f-neg.s
blob: 0757c0e117ad0d22a6eca928168ab191f7116b84 (plain)
1
2
3
4
5
6
7
8
9
10
11
.include "t-macros.i"

	start

test_neg1:	
	clearfcsr
	loadfp $f1 4.0
	neg.s $f3, $f1
	checkfp 0 $f3 , -4.0

	exit0