MIPS/GAS: Implement microMIPS branch/jump compaction
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / micromips-branch-absolute-addend-n32.d
CommitLineData
0c117286
MR
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: microMIPS branch to absolute expression with addend (n32)
3#as: -n32 -march=from-abi
4#source: micromips-branch-absolute-addend.s
5
6.*: +file format .*mips.*
7
8Disassembly of section \.text:
9 \.\.\.
7bd374a4 10[0-9a-f]+ <[^>]*> 40e0 0000 bc 00001004 <foo\+0x4>
b416ba9b 11[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
7bd374a4 12[0-9a-f]+ <[^>]*> 4060 0000 bal 00001008 <foo\+0x8>
b416ba9b 13[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
0c117286 14[0-9a-f]+ <[^>]*> 0000 0000 nop
7bd374a4 15[0-9a-f]+ <[^>]*> 4020 0000 bltzal zero,00001010 <foo\+0x10>
b416ba9b 16[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
0c117286 17[0-9a-f]+ <[^>]*> 0000 0000 nop
7bd374a4 18[0-9a-f]+ <[^>]*> 40e2 0000 beqzc v0,00001018 <foo\+0x18>
b416ba9b 19[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
7bd374a4 20[0-9a-f]+ <[^>]*> 40a2 0000 bnezc v0,0000101c <foo\+0x1c>
b416ba9b 21[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 \*ABS\*\+0x123468a9
0c117286
MR
22[0-9a-f]+ <[^>]*> 0c00 nop
23 \.\.\.
This page took 0.028765 seconds and 4 git commands to generate.