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 <[^>]*> d400 0000 	j	50000000 <[^>]*>
12 55555554 <[^>]*> 0c00      	nop
13 55555556 <[^>]*> d555 5552 	j	52aaaaa4 <[^>]*>
14 5555555a <[^>]*> 0c00      	nop
15 5555555c <[^>]*> d6aa aaac 	j	55555558 <[^>]*>
16 55555560 <[^>]*> 0c00      	nop
17 55555562 <[^>]*> d7ff fffe 	j	57fffffc <[^>]*>
18 55555566 <[^>]*> 0c00      	nop
19 55555568 <[^>]*> f400 0000 	jal	50000000 <[^>]*>
20 5555556c <[^>]*> 0000 0000 	nop
21 55555570 <[^>]*> f555 5552 	jal	52aaaaa4 <[^>]*>
22 55555574 <[^>]*> 0000 0000 	nop
23 55555578 <[^>]*> f6aa aaac 	jal	55555558 <[^>]*>
24 5555557c <[^>]*> 0000 0000 	nop
25 55555580 <[^>]*> f7ff fffe 	jal	57fffffc <[^>]*>
26 55555584 <[^>]*> 0000 0000 	nop
27 	\.\.\.
28