MIPS/GAS: Implement microMIPS branch/jump compaction
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips-branch-absolute-addend.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: microMIPS branch to absolute expression with addend
3 #as: -32
4
5 .*: +file format .*mips.*
6
7 Disassembly of section \.text:
8 \.\.\.
9 [0-9a-f]+ <[^>]*> 40e0 0918 bc 00002234 <foo\+0x1234>
10 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
11 [0-9a-f]+ <[^>]*> 4060 0918 bal 00002238 <foo\+0x1238>
12 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
13 [0-9a-f]+ <[^>]*> 0000 0000 nop
14 [0-9a-f]+ <[^>]*> 4020 0918 bltzal zero,00002240 <foo\+0x1240>
15 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
16 [0-9a-f]+ <[^>]*> 0000 0000 nop
17 [0-9a-f]+ <[^>]*> 40e2 0918 beqzc v0,00002248 <foo\+0x1248>
18 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
19 [0-9a-f]+ <[^>]*> 40a2 0918 bnezc v0,0000224c <foo\+0x124c>
20 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
21 [0-9a-f]+ <[^>]*> 0c00 nop
22 \.\.\.
This page took 0.032624 seconds and 4 git commands to generate.