1#objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550
2#name: MIPS jal mask 2.1
3#as: -32
4#source: jal-mask-2.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 5551 	j	52aaaaa2 <[^>]*>
145555555a <[^>]*> 0c00      	nop
155555555c <[^>]*> d6aa aaaa 	j	55555554 <[^>]*>
1655555560 <[^>]*> 0c00      	nop
1755555562 <[^>]*> d7ff fffb 	j	57fffff6 <[^>]*>
1855555566 <[^>]*> 0c00      	nop
1955555568 <[^>]*> f400 0004 	jal	50000008 <[^>]*>
205555556c <[^>]*> 0000 0000 	nop
2155555570 <[^>]*> f555 5555 	jal	52aaaaaa <[^>]*>
2255555574 <[^>]*> 0000 0000 	nop
2355555578 <[^>]*> f6aa aaae 	jal	5555555c <[^>]*>
245555557c <[^>]*> 0000 0000 	nop
2555555580 <[^>]*> f7ff ffff 	jal	57fffffe <[^>]*>
2655555584 <[^>]*> 0000 0000 	nop
2755555588 <[^>]*> 7400 0001 	jals	50000002 <[^>]*>
285555558c <[^>]*> 0c00      	nop
295555558e <[^>]*> 7555 5553 	jals	52aaaaa6 <[^>]*>
3055555592 <[^>]*> 0c00      	nop
3155555594 <[^>]*> 76aa aaad 	jals	5555555a <[^>]*>
3255555598 <[^>]*> 0c00      	nop
335555559a <[^>]*> 77ff ffff 	jals	57fffffe <[^>]*>
345555559e <[^>]*> 0c00      	nop
35	\.\.\.
36