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 <[^>]*> 08000000 	j	50000000 <[^>]*>
1255555554 <[^>]*> 00000000 	nop
1355555558 <[^>]*> 0aaaaaa9 	j	5aaaaaa4 <[^>]*>
145555555c <[^>]*> 00000000 	nop
1555555560 <[^>]*> 09555556 	j	55555558 <[^>]*>
1655555564 <[^>]*> 00000000 	nop
1755555568 <[^>]*> 0bffffff 	j	5ffffffc <[^>]*>
185555556c <[^>]*> 00000000 	nop
1955555570 <[^>]*> 0c000000 	jal	50000000 <[^>]*>
2055555574 <[^>]*> 00000000 	nop
2155555578 <[^>]*> 0eaaaaa9 	jal	5aaaaaa4 <[^>]*>
225555557c <[^>]*> 00000000 	nop
2355555580 <[^>]*> 0d555556 	jal	55555558 <[^>]*>
2455555584 <[^>]*> 00000000 	nop
2555555588 <[^>]*> 0fffffff 	jal	5ffffffc <[^>]*>
265555558c <[^>]*> 00000000 	nop
27	\.\.\.
28