1#objdump: -drz --prefix-addresses -mmips:3000
2#name: MIPS lifloat
3#as: -32 -mips1
4
5# Test the li.d and li.s macros.
6
7.*: +file format .*mips.*
8
9Disassembly of section .text:
100+0000 <[^>]*> lui	at,0x0
11[ 	]*0: R_MIPS_HI16	\.rodata
120+0004 <[^>]*> lw	a0,[-0-9]+\(at\)
13[ 	]*4: R_MIPS_LO16	\.rodata
140+0008 <[^>]*> lw	a1,[-0-9]+\(at\)
15[ 	]*8: R_MIPS_LO16	\.rodata
160+000c <[^>]*> lwc1	\$f[45],[-0-9]+\(gp\)
17[ 	]*c: R_MIPS_LITERAL	\.lit8
180+0010 <[^>]*> lwc1	\$f[45],[-0-9]+\(gp\)
19[ 	]*10: R_MIPS_LITERAL	\.lit8
200+0014 <[^>]*> lui	a0,0x3f8f
210+0018 <[^>]*> ori	a0,a0,0xcd36
220+001c <[^>]*> lwc1	\$f4,[-0-9]+\(gp\)
23[ 	]*1c: R_MIPS_LITERAL	\.lit4
240+0020 <[^>]*> nop
25#pass
26