* gas/m68hc11/insns.s: Don't use .comm for stack symbol so that objdump
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / fpa-mem.s
1 .text
2 .globl F
3 F:
4 ldfs f0, [r0]
5 ldfs f0, [r0], #-4
6 ldfd f0, [r0]
7 ldfd f0, [r0], #-4
8 ldfe f0, [r0]
9 ldfe f0, [r0], #-4
10 ldfp f0, [r0]
11 ldfp f0, [r0], #-4
12
13 stfs f0, [r0]
14 stfs f0, [r0], #-4
15 stfd f0, [r0]
16 stfd f0, [r0], #-4
17 stfe f0, [r0]
18 stfe f0, [r0], #-4
19 stfp f0, [r0]
20 stfp f0, [r0], #-4
21 lfm f0, 4, [r0]
22 lfmfd f0, 4, [r0]
23 lfmea f0, 4, [r0]
24 sfm f0, 4, [r0]
25 sfmfd f0, 4, [r0]
26 sfmea f0, 4, [r0]
27
28 # Add two nop instructions to ensure that the
29 # output is 32-byte aligned as required for arm-aout.
30 nop
31 nop
This page took 0.036842 seconds and 4 git commands to generate.