1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS JAL/JALX immediate operand encoding
3#as: -32
4
5.*: +file format .*mips.*
6
7Disassembly of section \.text:
8	\.\.\.
9[0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
10[0-9a-f]+ <[^>]*> f600 0001 	jal	0+4000002 <bar\+0x3ffefe2>
11[0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
12[0-9a-f]+ <[^>]*> f200 0001 	jalx	0+8000004 <bar\+0x7ffefe4>
13[0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
14[0-9a-f]+ <[^>]*> 001f 0f3c 	jr	ra
15[0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
16[0-9a-f]+ <[^>]*> 0000 0000 	nop
17[0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
18[0-9a-f]+ <[^>]*> 76000001 	jalx	0+8000004 <bar\+0x7ffefe4>
19[0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
20[0-9a-f]+ <[^>]*> 0e000001 	jal	0+8000004 <bar\+0x7ffefe4>
21[0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
22[0-9a-f]+ <[^>]*> 03e00009 	jalr	zero,ra
23[0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
24	\.\.\.
25