1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS li
3 #source: li.s
4 #as: -32
5 
6 # Test the li macro (microMIPS).
7 
8 .*: +file format .*mips.*
9 
10 Disassembly of section \.text:
11 [0-9a-f]+ <[^>]*> ee00      	li	a0,0
12 [0-9a-f]+ <[^>]*> ee01      	li	a0,1
13 [0-9a-f]+ <[^>]*> 5080 8000 	li	a0,0x8000
14 [0-9a-f]+ <[^>]*> 3080 8000 	li	a0,-32768
15 [0-9a-f]+ <[^>]*> 41a4 0001 	lui	a0,0x1
16 [0-9a-f]+ <[^>]*> 41a4 0001 	lui	a0,0x1
17 [0-9a-f]+ <[^>]*> 5084 a5a5 	ori	a0,a0,0xa5a5
18 	\.\.\.
19