MIPS/GAS: Implement microMIPS branch/jump compaction
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips@relax-swap3.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS relaxed macro with branch swapping
3 #as: -32
4 #source: relax-swap3.s
5
6 .*: +file format .*mips.*
7
8 Disassembly of section \.text:
9 [0-9a-f]+ <[^>]*> 41a2 0000 lui v0,0x0
10 [ ]*[0-9a-f]+: R_MICROMIPS_HI16 bar
11 [0-9a-f]+ <[^>]*> 3042 0000 addiu v0,v0,0
12 [ ]*[0-9a-f]+: R_MICROMIPS_LO16 bar
13 [0-9a-f]+ <[^>]*> 45a3 jrc v1
14 [0-9a-f]+ <[^>]*> 41a2 0000 lui v0,0x0
15 [ ]*[0-9a-f]+: R_MICROMIPS_HI16 bar
16 [0-9a-f]+ <[^>]*> 3042 0000 addiu v0,v0,0
17 [ ]*[0-9a-f]+: R_MICROMIPS_LO16 bar
18 [0-9a-f]+ <[^>]*> 40e3 fffe beqzc v1,[0-9a-f]+ <[^>]*>
19 [ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 .*
20 [0-9a-f]+ <[^>]*> 0c00 nop
21 \.\.\.
This page took 0.045158 seconds and 5 git commands to generate.