Remove i386_elf_emit_arch_note
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i860 / fldst05.s
CommitLineData
371409b0
JE
1# fst.d (no relocations here)
2 .text
3
4 # Immediate form, no auto-increment.
5 fst.d %f0,0(%r0)
6 fst.d %f30,128(%r1)
7 fst.d %f28,256(%r2)
8 fst.d %f26,512(%r3)
9 fst.d %f24,1024(%r4)
10 fst.d %f22,4096(%r5)
11 fst.d %f20,8192(%r6)
12 fst.d %f18,16384(%r7)
13 fst.d %f16,32760(%r7)
14 fst.d %f14,-32768(%r7)
15 fst.d %f12,-16384(%r8)
16 fst.d %f10,-8192(%r9)
17 fst.d %f8,-4096(%r10)
18 fst.d %f6,-1024(%r11)
19 fst.d %f4,-512(%r12)
20 fst.d %f2,-248(%r13)
21 fst.d %f0,-8(%r14)
22
23 # Immediate form, with auto-increment.
24 fst.d %f0,0(%r0)++
25 fst.d %f2,128(%r1)++
26 fst.d %f4,256(%r2)++
27 fst.d %f6,512(%r3)++
28 fst.d %f8,1024(%r4)++
29 fst.d %f10,4096(%r5)++
30 fst.d %f12,8192(%r6)++
31 fst.d %f14,16384(%r7)++
32 fst.d %f16,32760(%r7)++
33 fst.d %f18,-32768(%r7)++
34 fst.d %f20,-16384(%r8)++
35 fst.d %f22,-8192(%r9)++
36 fst.d %f24,-4096(%r10)++
37 fst.d %f26,-1024(%r11)++
38 fst.d %f28,-512(%r12)++
39 fst.d %f30,-248(%r13)++
40 fst.d %f16,-8(%r14)++
41
42 # Index form, no auto-increment.
43 fst.d %f0,%r5(%r0)
44 fst.d %f30,%r6(%r1)
45 fst.d %f28,%r7(%r2)
46 fst.d %f26,%r8(%r3)
47 fst.d %f24,%r9(%r4)
48 fst.d %f22,%r0(%r5)
49 fst.d %f20,%r1(%r6)
50 fst.d %f18,%r12(%r7)
51 fst.d %f16,%r13(%r8)
52 fst.d %f14,%r14(%r9)
53 fst.d %f12,%r15(%r10)
54 fst.d %f10,%r16(%r11)
55 fst.d %f8,%r17(%r12)
56 fst.d %f6,%r28(%r13)
57 fst.d %f4,%r31(%r14)
58
59 # Index form, with auto-increment.
60 fst.d %f0,%r5(%r0)++
61 fst.d %f2,%r6(%r1)++
62 fst.d %f4,%r7(%r2)++
63 fst.d %f6,%r8(%r3)++
64 fst.d %f8,%r9(%r4)++
65 fst.d %f10,%r0(%r5)++
66 fst.d %f12,%r1(%r6)++
67 fst.d %f14,%r12(%r7)++
68 fst.d %f16,%r13(%r8)++
69 fst.d %f18,%r14(%r9)++
70 fst.d %f20,%r15(%r10)++
71 fst.d %f22,%r16(%r11)++
72 fst.d %f24,%r17(%r12)++
73 fst.d %f26,%r28(%r13)++
74 fst.d %f30,%r31(%r14)++
75
This page took 0.52082 seconds and 4 git commands to generate.