2009-11-02 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / vfpv3xd.s
1 # Check double precision load/store are allowed on single precision
2 # implementation
3
4 fldd d0, [r0]
5 fstd d0, [r0]
6
7 fldmiad r0, {d0}
8 fldmfdd r0, {d0}
9 fldmiad r0!, {d0}
10 fldmfdd r0!, {d0}
11 fldmdbd r0!, {d0}
12 fldmead r0!, {d0}
13
14 fstmiad r0, {d0}
15 fstmead r0, {d0}
16 fstmiad r0!, {d0}
17 fstmead r0!, {d0}
18 fstmdbd r0!, {d0}
19 fstmfdd r0!, {d0}
This page took 0.043834 seconds and 5 git commands to generate.