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

	start

test_mul1:	
	clearfcsr
	loadfp $f1 2.0
	loadfp $f2 4.0
	mul.s $f3, $f2, $f1
	checkfp 0 $f3 8.0

	exit0