summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mips/mips-macro-ill-sfp.s
blob: 85e7815ae49f0f693a2789645b45bed5dfea38ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Macros that are disabled without double-precision fp insns.
	
	.text
double_float:
	ldc1	$f2, d
	ldc1	$22, d
	l.d	$f2, d
	li.d	$f2, 1.2 
	li.d	$22, 1.2

	sdc1	$f2, d
	sdc1	$22, d
	s.d	$f2, d

	trunc.w.d $f4,$f6,$4

d:
	.word 0
	.word 0