* gas/mips/mips4.s: Split out fp instruction from here ...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips-macro-ill-sfp.s
1 # Macros that are disabled without double-precision fp insns.
2
3 .text
4 double_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
17 d:
18 .word 0
19 .word 0
This page took 0.030093 seconds and 4 git commands to generate.