summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/lifloat.s
blob: 0760b86d3ef43a63423616dee7e241e24d1937d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Source file used to test the li.d and li.s macros.
	
foo:	
	li.d	$4,1.12345
	li.d	$f4,1.12345
	
	li.s	$4,1.12345
	li.s	$f4,1.12345

# Round to a 16 byte boundary, for ease in testing multiple targets.
	.ifdef	SVR4
	nop
	nop
	nop
	.endif
	.ifdef	XGOT
	nop
	nop
	nop
	.endif