~ubuntu-branches/ubuntu/utopic/binutils-arm64-cross/utopic

« back to all changes in this revision

Viewing changes to binutils-2.23.52.20130611/gas/testsuite/gas/arm/vldr.d

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-06-20 17:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20130620173809-app8lzgvymy5fg6c
Tags: 0.7
Build-depend on binutils-source (>= 2.23.52.20130620-1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# name: VFP VLDR
 
2
# as: -mfpu=vfp3 -mcpu=cortex-a8 -mthumb
 
3
# source: vldr.s
 
4
# objdump: -dr --prefix-addresses --show-raw-insn
 
5
# skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
 
6
 
 
7
.*: +file format .*arm.*
 
8
 
 
9
Disassembly of section .text:
 
10
0[0-9a-f]+ <[^>]+> bf00         nop
 
11
0[0-9a-f]+ <[^>]+> ed9f 0b03    vldr    d0, \[pc, #12\] ; 00000010 <float>
 
12
0[0-9a-f]+ <[^>]+> ed9f 0b02    vldr    d0, \[pc, #8\]  ; 00000010 <float>
 
13
0[0-9a-f]+ <[^>]+> bf00         nop
 
14
0[0-9a-f]+ <[^>]+> bf00         nop
 
15
0[0-9a-f]+ <[^>]+> bf00         nop
 
16
        ...