1 # name: ldr - arm
2 #objdump: -dr --prefix-address --show-raw-insn
3 
4 .*: +file format .*arm.*
5 
6 Disassembly of section \.text:
7 0+00 <[^>]+> e5911005 	ldr	r1, \[r1, #5\]
8 0+04 <[^>]+> e5b21005 	ldr	r1, \[r2, #5\]!
9 0+08 <[^>]+> e59f1005 	ldr	r1, \[pc, #5\]	; 0+15 <[^>]+0x15>
10 0+0c <[^>]+> e591f005 	ldr	pc, \[r1, #5\]
11 0+10 <[^>]+> e59ff004 	ldr	pc, \[pc, #4\]	; 0+1c <[^>]+0x1c>
12 0+14 <[^>]+> e51ffabc 	ldr	pc, \[pc, #-2748\]	; fffff560 <[^>]+>
13 0+18 <[^>]+> e51f1abf 	ldr	r1, \[pc, #-2751\]	; fffff561 <[^>]+>
14 0+1c <[^>]+> e7911002 	ldr	r1, \[r1, r2\]
15 0+20 <[^>]+> e79f2002 	ldr	r2, \[pc, r2\]
16 0+24 <[^>]+> e7b21003 	ldr	r1, \[r2, r3\]!
17 0+28 <[^>]+> e791100c 	ldr	r1, \[r1, ip\]
18 0+2c <[^>]+> e581100a 	str	r1, \[r1, #10\]
19 0+30 <[^>]+> e58f100a 	str	r1, \[pc, #10\]	; 0+42 <[^>]+0x42>
20 0+34 <[^>]+> e5a2100a 	str	r1, \[r2, #10\]!
21 0+38 <[^>]+> e7811002 	str	r1, \[r1, r2\]
22 0+3c <[^>]+> e78f1002 	str	r1, \[pc, r2\]
23 0+40 <[^>]+> e7a21003 	str	r1, \[r2, r3\]!
24 
25