2011-05-31 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / ldst-pc.d
CommitLineData
23a10334
JZ
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: ARM load/store with pc base register
3#as: -mno-warn-deprecated
4
5# Test the standard ARM instructions:
6
7.*: +file format .*arm.*
8
9Disassembly of section .text:
100+000 <[^>]*> e51f1008 ldr r1, \[pc, #-8\] ; 0+000 <[^>]*>
110+004 <[^>]*> e79f1002 ldr r1, \[pc, r2\]
120+008 <[^>]*> f55ff008 pld \[pc, #-8\] ; 0+008 <[^>]*>
130+00c <[^>]*> f7dff001 pld \[pc, r1\]
140+010 <[^>]*> f45ff008 pli \[pc, #-8\] ; 0+010 <[^>]*>
150+014 <[^>]*> f6dff001 pli \[pc, r1\]
160+018 <[^>]*> e58f1004 str r1, \[pc, #4\] ; 0+024 <[^>]*>
This page took 0.055619 seconds and 4 git commands to generate.