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