Home | History | Annotate | Download | only in arm
      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 	...
     17