[MIPS] Add Loongson 3A1000 proccessor support.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-reloc-5.d
1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS16 branch relocation 5
3 #as: -32
4
5 .*: +file format .*mips.*
6
7 Disassembly of section \.text\.bar:
8 \.\.\.
9 [0-9a-f]+ <[^>]*> 6500 nop
10 \.\.\.
11
12 Disassembly of section \.text\.foo:
13 [0-9a-f]+ <[^>]*> f7ff 101e b 00000000 <foo>
14 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
15 [0-9a-f]+ <[^>]*> f7ff 601e bteqz 00000004 <foo\+0x4>
16 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
17 [0-9a-f]+ <[^>]*> f7ff 611e btnez 00000008 <foo\+0x8>
18 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
19 [0-9a-f]+ <[^>]*> f7ff 221e beqz v0,0000000c <foo\+0xc>
20 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
21 [0-9a-f]+ <[^>]*> f7ff 2a1e bnez v0,00000010 <foo\+0x10>
22 [ ]*[0-9a-f]+: R_MIPS16_PC16_S1 bar
23 [0-9a-f]+ <[^>]*> 6500 nop
24 \.\.\.
This page took 0.038997 seconds and 4 git commands to generate.