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 
10 Disassembly of section \.text:
11 55555550 <[^>]*> d400 0000 	j	50000000 <[^>]*>
12 55555554 <[^>]*> 0c00      	nop
13 55555556 <[^>]*> d555 5551 	j	52aaaaa2 <[^>]*>
14 5555555a <[^>]*> 0c00      	nop
15 5555555c <[^>]*> d6aa aaaa 	j	55555554 <[^>]*>
16 55555560 <[^>]*> 0c00      	nop
17 55555562 <[^>]*> d7ff fffb 	j	57fffff6 <[^>]*>
18 55555566 <[^>]*> 0c00      	nop
19 55555568 <[^>]*> f400 0004 	jal	50000008 <[^>]*>
20 5555556c <[^>]*> 0000 0000 	nop
21 55555570 <[^>]*> f555 5555 	jal	52aaaaaa <[^>]*>
22 55555574 <[^>]*> 0000 0000 	nop
23 55555578 <[^>]*> f6aa aaae 	jal	5555555c <[^>]*>
24 5555557c <[^>]*> 0000 0000 	nop
25 55555580 <[^>]*> f7ff ffff 	jal	57fffffe <[^>]*>
26 55555584 <[^>]*> 0000 0000 	nop
27 55555588 <[^>]*> 7400 0001 	jals	50000002 <[^>]*>
28 5555558c <[^>]*> 0c00      	nop
29 5555558e <[^>]*> 7555 5553 	jals	52aaaaa6 <[^>]*>
30 55555592 <[^>]*> 0c00      	nop
31 55555594 <[^>]*> 76aa aaad 	jals	5555555a <[^>]*>
32 55555598 <[^>]*> 0c00      	nop
33 5555559a <[^>]*> 77ff ffff 	jals	57fffffe <[^>]*>
34 5555559e <[^>]*> 0c00      	nop
35 	\.\.\.
36