aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/mips64r5900-elf/f-abs.s
blob: 289849f8d0024d0d42d465cb336b00c23426a1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.include "t-macros.i"

	start

test_abs1:	
	clearfcsr
	loadfp $f1 4.0
	abs.s $f2, $f1
	checkfp 0 $f2 4.0

test_abs2:
	clearfcsr
	loadfp $f1 4.0
	neg.s $f1, $f1
	abs.s $f2, $f1
	checkfp 0 $f2 4.0

	exit0