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

	start

test_sub1:	
	clearfcsr
	loadfp $f1 1.0
	loadfp $f2 2.0
	sub.s $f3, $f2, $f1
	checkfp 0 $f3 1.0

	exit0