x86-64: also optimize ANDQ with immediate fitting in 7 bits
[deliverable/binutils-gdb.git] / gas / testsuite / gas / nds32 / ji-jr.d
1 #objdump: -dr --prefix-addresses
2 #name: nds32 ji-jr instructions
3 #as:
4
5 # Test ls instructions
6
7 .*: file format .*
8
9 Disassembly of section .text:
10 0+0000 <[^>]*> j 00000000 <foo>
11 0: R_NDS32_25_PCREL_RELA .text
12 0: R_NDS32_RELAX_ENTRY \*ABS\*
13 0+0004 <[^>]*> jal 00000004 <foo\+0x4>
14 4: R_NDS32_25_PCREL_RELA .text
15 0+0008 <[^>]*> jr[ ]+\$r0
16 0+000c <[^>]*> jral[ ]+\$lp, \$r0
17 0+0010 <[^>]*> ret[ ]+\$lp
This page took 0.05469 seconds and 4 git commands to generate.