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

	start

test_msub1:	
	clearfcsr
	loadacc  4.0
	loadfp $f1 1.0
	loadfp $f2 2.0
	msub.s $f3, $f2, $f1
	checkfp 0 $f3 2.0

	exit0