* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / gas / testsuite / gas / arm / vfpv3xd.s
bloba16b969f03e3904e6548c92fddee9515589472fe
1 # Check double precision load/store are allowed on single precision
2 # implementation
4 fldd d0, [r0]
5 fstd d0, [r0]
7 fldmiad r0, {d0}
8 fldmfdd r0, {d0}
9 fldmiad r0!, {d0}
10 fldmfdd r0!, {d0}
11 fldmdbd r0!, {d0}
12 fldmead r0!, {d0}
14 fstmiad r0, {d0}
15 fstmead r0, {d0}
16 fstmiad r0!, {d0}
17 fstmead r0!, {d0}
18 fstmdbd r0!, {d0}
19 fstmfdd r0!, {d0}