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
10Disassembly of section \.text:
1155555550 <[^>]*> d400 0000 	j	50000000 <[^>]*>
1255555554 <[^>]*> 0c00      	nop
1355555556 <[^>]*> d555 5552 	j	52aaaaa4 <[^>]*>
145555555a <[^>]*> 0c00      	nop
155555555c <[^>]*> d6aa aaac 	j	55555558 <[^>]*>
1655555560 <[^>]*> 0c00      	nop
1755555562 <[^>]*> d7ff fffe 	j	57fffffc <[^>]*>
1855555566 <[^>]*> 0c00      	nop
1955555568 <[^>]*> f400 0000 	jal	50000000 <[^>]*>
205555556c <[^>]*> 0000 0000 	nop
2155555570 <[^>]*> f555 5552 	jal	52aaaaa4 <[^>]*>
2255555574 <[^>]*> 0000 0000 	nop
2355555578 <[^>]*> f6aa aaac 	jal	55555558 <[^>]*>
245555557c <[^>]*> 0000 0000 	nop
2555555580 <[^>]*> f7ff fffe 	jal	57fffffc <[^>]*>
2655555584 <[^>]*> 0000 0000 	nop
27	\.\.\.
28