summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/lifloat.s
blob: 3977f0e7d4e683ab0f26825ab8685338cc4921bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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
	.ifdef	EMPIC
	nop
	nop
	.endif