1 /* csum_copy.S: Checksum+copy code for sparc64
3 * Copyright (C) 2005 David S. Miller <davem@davemloft.net>
6 #include <asm/export.h>
9 #define GLOBAL_SPARE %g7
11 #define GLOBAL_SPARE %g5
23 #define EX_RETVAL(x) x
27 #define LOAD(type,addr,dest) type [addr], dest
31 #define STORE(type,src,addr) type src, [addr]
35 #define FUNC_NAME csum_partial_copy_nocheck
38 .register %g2, #scratch
39 .register %g3, #scratch
44 /* We checked for zero length already, so there must be
49 EX_LD(LOAD(ldub, %o0 + 0x00, %o4))
52 EX_ST(STORE(stb, %o4, %o1 + 0x00))
54 1: andcc %o0, 0x2, %g0
59 EX_LD(LOAD(lduh, %o0 + 0x00, %o5))
62 EX_ST(STORE(sth, %o5, %o1 + 0x00))
68 EXPORT_SYMBOL(FUNC_NAME)
69 FUNC_NAME: /* %o0=src, %o1=dst, %o2=len, %o3=sum */
70 LOAD(prefetch, %o0 + 0x000, #n_reads)
75 LOAD(prefetch, %o0 + 0x040, #n_reads)
80 /* We "remember" whether the lowest bit in the address
81 * was set in GLOBAL_SPARE. Because if it is, we have to swap
82 * upper and lower 8 bit fields of the sum we calculate.
85 andcc %o0, 0x1, GLOBAL_SPARE
88 LOAD(prefetch, %o0 + 0x080, #n_reads)
91 LOAD(prefetch, %o0 + 0x0c0, #n_reads)
94 LOAD(prefetch, %o0 + 0x100, #n_reads)
96 /* So that we don't need to use the non-pairing
97 * add-with-carry instructions we accumulate 32-bit
98 * values into a 64-bit register. At the end of the
99 * loop we fold it down to 32-bits and so on.
102 LOAD(prefetch, %o0 + 0x140, #n_reads)
105 1: EX_LD(LOAD(lduw, %o0 + 0x00, %o5))
106 EX_LD(LOAD(lduw, %o0 + 0x04, %g1))
107 EX_LD(LOAD(lduw, %o0 + 0x08, %g2))
109 EX_ST(STORE(stw, %o5, %o1 + 0x00))
110 EX_LD(LOAD(lduw, %o0 + 0x0c, %o5))
112 EX_ST(STORE(stw, %g1, %o1 + 0x04))
113 EX_LD(LOAD(lduw, %o0 + 0x10, %g1))
115 EX_ST(STORE(stw, %g2, %o1 + 0x08))
116 EX_LD(LOAD(lduw, %o0 + 0x14, %g2))
118 EX_ST(STORE(stw, %o5, %o1 + 0x0c))
119 EX_LD(LOAD(lduw, %o0 + 0x18, %o5))
121 EX_ST(STORE(stw, %g1, %o1 + 0x10))
122 EX_LD(LOAD(lduw, %o0 + 0x1c, %g1))
124 EX_ST(STORE(stw, %g2, %o1 + 0x14))
125 EX_LD(LOAD(lduw, %o0 + 0x20, %g2))
127 EX_ST(STORE(stw, %o5, %o1 + 0x18))
128 EX_LD(LOAD(lduw, %o0 + 0x24, %o5))
130 EX_ST(STORE(stw, %g1, %o1 + 0x1c))
131 EX_LD(LOAD(lduw, %o0 + 0x28, %g1))
133 EX_ST(STORE(stw, %g2, %o1 + 0x20))
134 EX_LD(LOAD(lduw, %o0 + 0x2c, %g2))
136 EX_ST(STORE(stw, %o5, %o1 + 0x24))
137 EX_LD(LOAD(lduw, %o0 + 0x30, %o5))
139 EX_ST(STORE(stw, %g1, %o1 + 0x28))
140 EX_LD(LOAD(lduw, %o0 + 0x34, %g1))
142 EX_ST(STORE(stw, %g2, %o1 + 0x2c))
143 EX_LD(LOAD(lduw, %o0 + 0x38, %g2))
145 EX_ST(STORE(stw, %o5, %o1 + 0x30))
146 EX_LD(LOAD(lduw, %o0 + 0x3c, %o5))
148 EX_ST(STORE(stw, %g1, %o1 + 0x34))
149 LOAD(prefetch, %o0 + 0x180, #n_reads)
151 EX_ST(STORE(stw, %g2, %o1 + 0x38))
155 EX_ST(STORE(stw, %o5, %o1 + 0x3c))
159 2: and %o2, 0x3c, %g3
162 1: EX_LD(LOAD(lduw, %o0 + 0x00, %o5))
166 EX_ST(STORE(stw, %o5, %o1 + 0x00))
180 sethi %hi(0xffff0000), %g1
189 /* %o4 has the 16-bit sum we have calculated so-far. */
193 EX_LD(LOAD(lduh, %o0 + 0x00, %o5))
197 EX_ST(STORE(sth, %o5, %o1 + 0x00))
201 EX_LD(LOAD(ldub, %o0 + 0x00, %o5))
204 EX_ST(STORE(stb, %o5, %o1 + 0x00))
210 sethi %hi(0xffff0000), %g1
218 1: brz,pt GLOBAL_SPARE, 1f
221 /* We started with an odd byte, byte-swap the result. */
227 1: addcc %o3, %o4, %o3
234 95: mov 0, GLOBAL_SPARE
240 EX_LD(LOAD(ldub, %o0, GLOBAL_SPARE))
242 EX_ST(STORE(stb, GLOBAL_SPARE, %o1))
250 EX_LD(LOAD(lduh, %o0, %o4))
254 EX_ST(STORE(stb, %g2, %o1))
255 add %o4, GLOBAL_SPARE, GLOBAL_SPARE
256 EX_ST(STORE(stb, %o4, %o1 + 1))
262 EX_LD(LOAD(lduw, %o0, %o4))
265 EX_ST(STORE(stb, %g2, %o1))
267 EX_ST(STORE(stb, %g3, %o1 + 1))
269 EX_ST(STORE(stb, %g2, %o1 + 2))
270 addcc %o4, GLOBAL_SPARE, GLOBAL_SPARE
271 EX_ST(STORE(stb, %o4, %o1 + 3))
272 addc GLOBAL_SPARE, %g0, GLOBAL_SPARE
276 EX_LD(LOAD(lduw, %o0, %o4))
277 sll GLOBAL_SPARE, 16, %g2
278 srl GLOBAL_SPARE, 16, GLOBAL_SPARE
281 add %g2, GLOBAL_SPARE, GLOBAL_SPARE
284 EX_LD(LOAD(lduh, %o0, %o4))
288 EX_ST(STORE(stb, %g2, %o1))
289 add GLOBAL_SPARE, %o4, GLOBAL_SPARE
290 EX_ST(STORE(stb, %o4, %o1 + 1))
293 sll GLOBAL_SPARE, 16, %o4
294 EX_LD(LOAD(ldub, %o0, %g2))
296 EX_ST(STORE(stb, %g2, %o1))
297 add GLOBAL_SPARE, %o4, GLOBAL_SPARE
298 sll GLOBAL_SPARE, 16, %o4
299 1: addcc %o4, GLOBAL_SPARE, GLOBAL_SPARE
300 srl GLOBAL_SPARE, 16, %o4
301 addc %g0, %o4, GLOBAL_SPARE
303 srl GLOBAL_SPARE, 8, %o4
304 and GLOBAL_SPARE, 0xff, %g2
307 or %g2, %o4, GLOBAL_SPARE
308 4: addcc %o3, GLOBAL_SPARE, %o3
312 .size FUNC_NAME, .-FUNC_NAME