1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
|
dnl Alpha mpn_rshift -- Shift a number right.
dnl Copyright 1994, 1995, 2000, 2009 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
dnl
dnl The GNU MP Library is free software; you can redistribute it and/or modify
dnl it under the terms of either:
dnl
dnl * the GNU Lesser General Public License as published by the Free
dnl Software Foundation; either version 3 of the License, or (at your
dnl option) any later version.
dnl
dnl or
dnl
dnl * the GNU General Public License as published by the Free Software
dnl Foundation; either version 2 of the License, or (at your option) any
dnl later version.
dnl
dnl or both in parallel, as here.
dnl
dnl The GNU MP Library is distributed in the hope that it will be useful, but
dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
dnl for more details.
dnl
dnl You should have received copies of the GNU General Public License and the
dnl GNU Lesser General Public License along with the GNU MP Library. If not,
dnl see https://www.gnu.org/licenses/.
include(`../config.m4')
C cycles/limb
C EV4: ?
C EV5: 3.25
C EV6: 1.75
C INPUT PARAMETERS
C rp r16
C up r17
C n r18
C cnt r19
ASM_START()
PROLOGUE(mpn_rshift)
ldq r4,0(r17) C load first limb
subq r31,r19,r20
subq r18,1,r18
and r18,4-1,r28 C number of limbs in first loop
sll r4,r20,r0 C compute function result
beq r28,L(L0)
subq r18,r28,r18
ALIGN(8)
L(top0):
ldq r3,8(r17)
addq r16,8,r16
srl r4,r19,r5
addq r17,8,r17
subq r28,1,r28
sll r3,r20,r6
bis r3,r3,r4
bis r5,r6,r8
stq r8,-8(r16)
bne r28,L(top0)
L(L0): srl r4,r19,r24
beq r18,L(end)
C warm up phase 1
ldq r1,8(r17)
subq r18,4,r18
ldq r2,16(r17)
ldq r3,24(r17)
ldq r4,32(r17)
C warm up phase 2
sll r1,r20,r7
srl r1,r19,r21
sll r2,r20,r8
beq r18,L(end1)
ldq r1,40(r17)
srl r2,r19,r22
ldq r2,48(r17)
sll r3,r20,r5
bis r7,r24,r7
srl r3,r19,r23
bis r8,r21,r8
sll r4,r20,r6
ldq r3,56(r17)
srl r4,r19,r24
ldq r4,64(r17)
subq r18,4,r18
beq r18,L(end2)
ALIGN(16)
C main loop
L(top): stq r7,0(r16)
bis r5,r22,r5
stq r8,8(r16)
bis r6,r23,r6
sll r1,r20,r7
subq r18,4,r18
srl r1,r19,r21
unop C ldq r31,-96(r17)
sll r2,r20,r8
ldq r1,72(r17)
srl r2,r19,r22
ldq r2,80(r17)
stq r5,16(r16)
bis r7,r24,r7
stq r6,24(r16)
bis r8,r21,r8
sll r3,r20,r5
unop C ldq r31,-96(r17)
srl r3,r19,r23
addq r16,32,r16
sll r4,r20,r6
ldq r3,88(r17)
srl r4,r19,r24
ldq r4,96(r17)
addq r17,32,r17
bne r18,L(top)
C cool down phase 2/1
L(end2):
stq r7,0(r16)
bis r5,r22,r5
stq r8,8(r16)
bis r6,r23,r6
sll r1,r20,r7
srl r1,r19,r21
sll r2,r20,r8
srl r2,r19,r22
stq r5,16(r16)
bis r7,r24,r7
stq r6,24(r16)
bis r8,r21,r8
sll r3,r20,r5
srl r3,r19,r23
sll r4,r20,r6
srl r4,r19,r24
C cool down phase 2/2
stq r7,32(r16)
bis r5,r22,r5
stq r8,40(r16)
bis r6,r23,r6
stq r5,48(r16)
stq r6,56(r16)
C cool down phase 2/3
stq r24,64(r16)
ret r31,(r26),1
C cool down phase 1/1
L(end1):
srl r2,r19,r22
sll r3,r20,r5
bis r7,r24,r7
srl r3,r19,r23
bis r8,r21,r8
sll r4,r20,r6
srl r4,r19,r24
C cool down phase 1/2
stq r7,0(r16)
bis r5,r22,r5
stq r8,8(r16)
bis r6,r23,r6
stq r5,16(r16)
stq r6,24(r16)
stq r24,32(r16)
ret r31,(r26),1
L(end): stq r24,0(r16)
ret r31,(r26),1
EPILOGUE(mpn_rshift)
ASM_END()
|