* gas/mips/micromips@24k-branch-delay-1.d: New test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / 24k-triple-stores-1.s
CommitLineData
17b09558
CM
1# integer stores
2
fbdd3712 3foo:
17b09558
CM
4 sb $2,0($sp)
5 sb $3,8($sp)
6 sb $4,16($sp)
7 sb $5,24($sp)
8 sb $6,32($sp)
9
10 sh $2,0($sp)
11 sh $3,8($sp)
12 sh $4,16($sp)
13 sh $5,24($sp)
14 sh $6,32($sp)
15
16 sw $2,0($sp)
17 sw $3,8($sp)
18 sw $4,16($sp)
19 sw $5,24($sp)
20 sw $6,32($sp)
21
22 swr $2,0($sp)
23 swr $3,8($sp)
24 swr $4,16($sp)
25 swr $5,24($sp)
26 swr $6,32($sp)
27
28 swl $2,0($sp)
29 swl $3,8($sp)
30 swl $4,16($sp)
31 swl $5,24($sp)
32 swl $6,32($sp)
33
34 sc $2,0($sp)
35 sc $3,8($sp)
36 sc $4,16($sp)
37 sc $5,24($sp)
38 sc $6,32($sp)
39
40# floating point stores
41
42 swc1 $2,0($sp)
43 swc1 $3,8($sp)
44 swc1 $4,16($sp)
45 swc1 $5,24($sp)
46 swc1 $6,32($sp)
47
48 swc2 $2,0($sp)
49 swc2 $3,8($sp)
50 swc2 $4,16($sp)
51 swc2 $5,24($sp)
52 swc2 $6,32($sp)
53
54 sdc1 $2,0($sp)
55 sdc1 $3,8($sp)
56 sdc1 $4,16($sp)
57 sdc1 $5,24($sp)
58 sdc1 $6,32($sp)
59
60 sdc2 $2,0($sp)
61 sdc2 $3,8($sp)
62 sdc2 $4,16($sp)
63 sdc2 $5,24($sp)
64 sdc2 $6,32($sp)
65
66 swxc1 $f0,$9($8)
67 swxc1 $f1,$10($8)
68 swxc1 $f2,$11($8)
69 swxc1 $f3,$12($8)
70 swxc1 $f4,$13($8)
71
72 sdxc1 $f0,$9($8)
73 sdxc1 $f2,$10($8)
74 sdxc1 $f4,$11($8)
75 sdxc1 $f6,$12($8)
76 sdxc1 $f8,$13($8)
77
78 suxc1 $f0,$9($8)
79 suxc1 $f2,$10($8)
80 suxc1 $f4,$11($8)
81 suxc1 $f6,$12($8)
82 suxc1 $f8,$13($8)
83
84# Force at least 8 (non-delay-slot) zero bytes,to make 'objdump' print ...
85 .align 2
86 .space 8
This page took 0.049579 seconds and 4 git commands to generate.