2004-04-21 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / lifloat.s
CommitLineData
252b5132
RH
1# Source file used to test the li.d and li.s macros.
2
3foo:
4 li.d $4,1.12345
5 li.d $f4,1.12345
6
7 li.s $4,1.12345
8 li.s $f4,1.12345
9
10# Round to a 16 byte boundary, for ease in testing multiple targets.
11 .ifdef SVR4
12 nop
13 nop
14 nop
15 .endif
16 .ifdef XGOT
17 nop
18 nop
19 nop
20 .endif
This page took 0.228796 seconds and 4 git commands to generate.