1 #objdump: -d --prefix-addresses --show-raw-insn
2 #name: MIPS16 explicit extended JAL instructions
3 #as: -32
4 
5 .*: +file format .*mips.*
6 
7 Disassembly of section \.text:
8 [0-9a-f]+ <[^>]*> 1c00 0000 	jalx	00000000 <foo>
9 [0-9a-f]+ <[^>]*> 6500      	nop
10 [0-9a-f]+ <[^>]*> 1800 0000 	jal	00000000 <foo>
11 [0-9a-f]+ <[^>]*> 6500      	nop
12 	\.\.\.
13