tc-score.c: Replace overlapping sprintf with memmove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / branch.d
CommitLineData
8923d7f6 1#objdump: -dr --prefix-addresses --show-raw-insn
36591ba1
SL
2#name: NIOS2 branch
3
4# Test the branch instructions.
4abd8e8d 5.*: file format elf32-littlenios2
36591ba1
SL
6
7Disassembly of section .text:
8923d7f6 80+0000 <[^>]*> 21400026 beq r4,r5,00000004 <[^>]*>
36591ba1 9[ ]*0: R_NIOS2_PCREL16 text_label
8923d7f6 100+0004 <[^>]*> 2140000e bge r4,r5,00000008 <[^>]*>
36591ba1 11[ ]*4: R_NIOS2_PCREL16 text_label
8923d7f6 120+0008 <[^>]*> 2140002e bgeu r4,r5,0000000c <[^>]*>
36591ba1 13[ ]*8: R_NIOS2_PCREL16 text_label
8923d7f6 140+000c <[^>]*> 21400016 blt r4,r5,00000010 <[^>]*>
36591ba1 15[ ]*c: R_NIOS2_PCREL16 text_label
8923d7f6 160+0010 <[^>]*> 21400036 bltu r4,r5,00000014 <[^>]*>
36591ba1 17[ ]*10: R_NIOS2_PCREL16 text_label
8923d7f6 180+0014 <[^>]*> 2140001e bne r4,r5,00000018 <[^>]*>
36591ba1 19[ ]*14: R_NIOS2_PCREL16 text_label
8923d7f6 200+0018 <[^>]*> 00000006 br 0000001c <[^>]*>
36591ba1 21[ ]*18: R_NIOS2_PCREL16 external_label
This page took 0.341252 seconds and 4 git commands to generate.