1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
2 #name: MIPS jal mask 1.1
3 #as: -32
4 #source: jal-mask-1.s
5 
6 # Check address masks for JAL/J instructions.
7 
8 .*: +file format .*mips.*
9 
10 Disassembly of section \.text:
11 55555550 <[^>]*> 08000000 	j	50000000 <[^>]*>
12 55555554 <[^>]*> 00000000 	nop
13 55555558 <[^>]*> 0aaaaaa9 	j	5aaaaaa4 <[^>]*>
14 5555555c <[^>]*> 00000000 	nop
15 55555560 <[^>]*> 09555556 	j	55555558 <[^>]*>
16 55555564 <[^>]*> 00000000 	nop
17 55555568 <[^>]*> 0bffffff 	j	5ffffffc <[^>]*>
18 5555556c <[^>]*> 00000000 	nop
19 55555570 <[^>]*> 0c000000 	jal	50000000 <[^>]*>
20 55555574 <[^>]*> 00000000 	nop
21 55555578 <[^>]*> 0eaaaaa9 	jal	5aaaaaa4 <[^>]*>
22 5555557c <[^>]*> 00000000 	nop
23 55555580 <[^>]*> 0d555556 	jal	55555558 <[^>]*>
24 55555584 <[^>]*> 00000000 	nop
25 55555588 <[^>]*> 0fffffff 	jal	5ffffffc <[^>]*>
26 5555558c <[^>]*> 00000000 	nop
27 	\.\.\.
28