2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / branch.d
1 #objdump: -dr --prefix-addresses
2 #name: NIOS2 branch
3
4 # Test the branch instructions.
5 dump.o: file format elf32-littlenios2
6
7 Disassembly of section .text:
8 0+0000 <[^>]*> beq r4,r5,00000004 <text_label\+0x4>
9 [ ]*0: R_NIOS2_PCREL16 text_label
10 0+0004 <[^>]*> bge r4,r5,00000008 <text_label\+0x8>
11 [ ]*4: R_NIOS2_PCREL16 text_label
12 0+0008 <[^>]*> bgeu r4,r5,0000000c <text_label\+0xc>
13 [ ]*8: R_NIOS2_PCREL16 text_label
14 0+000c <[^>]*> blt r4,r5,00000010 <text_label\+0x10>
15 [ ]*c: R_NIOS2_PCREL16 text_label
16 0+0010 <[^>]*> bltu r4,r5,00000014 <text_label\+0x14>
17 [ ]*10: R_NIOS2_PCREL16 text_label
18 0+0014 <[^>]*> bne r4,r5,00000018 <text_label\+0x18>
19 [ ]*14: R_NIOS2_PCREL16 text_label
20 0+0018 <[^>]*> br 0000001c <text_label\+0x1c>
21 [ ]*18: R_NIOS2_PCREL16 external_label
This page took 0.030937 seconds and 5 git commands to generate.