Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nios2 / branch-r2.d
CommitLineData
0cb5a38a
SL
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: NIOS2 R2 branch
3#as: -march=r2
4#source: branch.s
5
6# Test the branch instructions.
7dump.o: file format elf32-littlenios2
8
9Disassembly of section .text:
100+0000 <[^>]*> 0000292a beq r4,r5,00000004 <[^>]*>
11[ ]*0: R_NIOS2_PCREL16 text_label
120+0004 <[^>]*> 00002912 bge r4,r5,00000008 <[^>]*>
13[ ]*4: R_NIOS2_PCREL16 text_label
140+0008 <[^>]*> 00002932 bgeu r4,r5,0000000c <[^>]*>
15[ ]*8: R_NIOS2_PCREL16 text_label
160+000c <[^>]*> 0000291a blt r4,r5,00000010 <[^>]*>
17[ ]*c: R_NIOS2_PCREL16 text_label
180+0010 <[^>]*> 0000293a bltu r4,r5,00000014 <[^>]*>
19[ ]*10: R_NIOS2_PCREL16 text_label
200+0014 <[^>]*> 00002922 bne r4,r5,00000018 <[^>]*>
21[ ]*14: R_NIOS2_PCREL16 text_label
220+0018 <[^>]*> 00000002 br 0000001c <[^>]*>
23[ ]*18: R_NIOS2_PCREL16 external_label
This page took 0.079358 seconds and 4 git commands to generate.