MIPS16/GAS: Fix absolute references with PC-relative synthetic instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips-macro-ill-sfp.s
CommitLineData
f6829a45
AN
1# Macros that are disabled without double-precision fp insns.
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
17d:
18 .word 0
19 .word 0
This page took 0.594602 seconds and 4 git commands to generate.