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