Andes Technology has good news for you, we plan to update the nds32 port of binutils...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nds32 / br-2.d
1 #objdump: -dr --prefix-addresses
2 #name: nds32 branch 2 instructions
3 #as:
4
5 # Test br-2 instructions
6
7 .*: file format .*
8
9 Disassembly of section .text:
10 0+0000 <[^>]*> beqz \$r0, 00000000 <foo>
11 0: R_NDS32_17_PCREL_RELA .text
12 0: R_NDS32_INSN16 \*ABS\*
13 0: R_NDS32_RELAX_ENTRY \*ABS\*
14 0+0004 <[^>]*> bgez \$r0, 00000004 <foo\+0x4>
15 4: R_NDS32_17_PCREL_RELA .text
16 0+0008 <[^>]*> bgezal \$r0, 00000008 <foo\+0x8>
17 8: R_NDS32_17_PCREL_RELA .text
18 0+000c <[^>]*> bgtz \$r0, 0000000c <foo\+0xc>
19 c: R_NDS32_17_PCREL_RELA .text
20 0+0010 <[^>]*> blez \$r0, 00000010 <foo\+0x10>
21 10: R_NDS32_17_PCREL_RELA .text
22 0+0014 <[^>]*> bltz \$r0, 00000014 <foo\+0x14>
23 14: R_NDS32_17_PCREL_RELA .text
24 0+0018 <[^>]*> bltzal \$r0, 00000018 <foo\+0x18>
25 18: R_NDS32_17_PCREL_RELA .text
This page took 0.02996 seconds and 4 git commands to generate.