1# Macros that are disabled without floating point.
2
3	.text
4double_float:
5	ldc1	$f2, d
6	ldc1	$22, d
7	l.d	$f2, d
8	li.d	$f2, 1.2
9	li.d	$22, 1.2
10
11	sdc1	$f2, d
12	sdc1	$22, d
13	s.d	$f2, d
14
15	trunc.w.d $f4,$f6,$4
16
17single_float:
18	lwc1	$f2, d
19	lwc1	$22, d
20	l.s	$f2, d
21	li.s	$f2, 1.2
22	li.s	$22, 1.2
23
24	sdc1	$f2, d
25	sdc1	$22, d
26	s.d	$f2, d
27
28	trunc.w.s $f4,$f6,$4
29
30d:
31	.word 0
32	.word 0
33