* gas/mips: New directory with MIPS specific test cases.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / lifloat.s
1 # Source file used to test the li.d and li.s macros.
2
3 foo:
4 li.d $4,1.0
5 li.d $f4,1.0
6
7 li.s $4,1.0
8 li.s $f4,1.0
This page took 0.030876 seconds and 5 git commands to generate.