* gas/config/tc-arm.c (arm_ext_v6z): Remove.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / vfpv3xd.s
CommitLineData
62f3b8c8
PB
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.065826 seconds and 4 git commands to generate.