Power10 Copy/Paste Extensions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / adrl.d
1 #as: -mthumb-interwork
2 #objdump: -dr --prefix-addresses --show-raw-insn
3 #name: ADRL
4
5 # Test the `ADRL' pseudo-op
6
7 .*: +file format .*arm.*
8
9 Disassembly of section .text:
10 ...
11 0+2000 <.*> e24f0008 sub r0, pc, #8
12 0+2004 <.*> e2400c20 sub r0, r0, #32, 24 ; 0x2000
13 0+2008 <.*> e28f0020 add r0, pc, #32
14 0+200c <.*> e2800c20 add r0, r0, #32, 24 ; 0x2000
15 0+2010 <.*> e24f0018 sub r0, pc, #24
16 0+2014 <.*> e1a00000 nop ; \(mov r0, r0\)
17 0+2018 <.*> e28f0008 add r0, pc, #8
18 0+201c <.*> e1a00000 nop ; \(mov r0, r0\)
19 0+2020 <.*> 028f0000 addeq r0, pc, #0
20 0+2024 <.*> e1a00000 nop ; \(mov r0, r0\)
21 0+2028 <.*> e24f0030 sub r0, pc, #48 ; 0x30
22 0+202c <.*> e2400c20 sub r0, r0, #32, 24 ; 0x2000
23 0+2030 <.*> e28f0c21 add r0, pc, #8448 ; 0x2100
24 0+2034 <.*> e1a00000 nop ; \(mov r0, r0\)
25 ...
26 0+4030 <.*> e28fec01 add lr, pc, #256 ; 0x100
27 ...
28 ...
This page took 0.034413 seconds and 4 git commands to generate.