Lines Matching full:p3

33 	    const unsigned long * __restrict p3)  in xor_8regs_3()  argument
38 p1[0] ^= p2[0] ^ p3[0]; in xor_8regs_3()
39 p1[1] ^= p2[1] ^ p3[1]; in xor_8regs_3()
40 p1[2] ^= p2[2] ^ p3[2]; in xor_8regs_3()
41 p1[3] ^= p2[3] ^ p3[3]; in xor_8regs_3()
42 p1[4] ^= p2[4] ^ p3[4]; in xor_8regs_3()
43 p1[5] ^= p2[5] ^ p3[5]; in xor_8regs_3()
44 p1[6] ^= p2[6] ^ p3[6]; in xor_8regs_3()
45 p1[7] ^= p2[7] ^ p3[7]; in xor_8regs_3()
48 p3 += 8; in xor_8regs_3()
55 const unsigned long * __restrict p3, in xor_8regs_4() argument
61 p1[0] ^= p2[0] ^ p3[0] ^ p4[0]; in xor_8regs_4()
62 p1[1] ^= p2[1] ^ p3[1] ^ p4[1]; in xor_8regs_4()
63 p1[2] ^= p2[2] ^ p3[2] ^ p4[2]; in xor_8regs_4()
64 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_4()
65 p1[4] ^= p2[4] ^ p3[4] ^ p4[4]; in xor_8regs_4()
66 p1[5] ^= p2[5] ^ p3[5] ^ p4[5]; in xor_8regs_4()
67 p1[6] ^= p2[6] ^ p3[6] ^ p4[6]; in xor_8regs_4()
68 p1[7] ^= p2[7] ^ p3[7] ^ p4[7]; in xor_8regs_4()
71 p3 += 8; in xor_8regs_4()
79 const unsigned long * __restrict p3, in xor_8regs_5() argument
86 p1[0] ^= p2[0] ^ p3[0] ^ p4[0] ^ p5[0]; in xor_8regs_5()
87 p1[1] ^= p2[1] ^ p3[1] ^ p4[1] ^ p5[1]; in xor_8regs_5()
88 p1[2] ^= p2[2] ^ p3[2] ^ p4[2] ^ p5[2]; in xor_8regs_5()
89 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; in xor_8regs_5()
90 p1[4] ^= p2[4] ^ p3[4] ^ p4[4] ^ p5[4]; in xor_8regs_5()
91 p1[5] ^= p2[5] ^ p3[5] ^ p4[5] ^ p5[5]; in xor_8regs_5()
92 p1[6] ^= p2[6] ^ p3[6] ^ p4[6] ^ p5[6]; in xor_8regs_5()
93 p1[7] ^= p2[7] ^ p3[7] ^ p4[7] ^ p5[7]; in xor_8regs_5()
96 p3 += 8; in xor_8regs_5()
142 const unsigned long * __restrict p3) in xor_32regs_3() argument
164 d0 ^= p3[0]; in xor_32regs_3()
165 d1 ^= p3[1]; in xor_32regs_3()
166 d2 ^= p3[2]; in xor_32regs_3()
167 d3 ^= p3[3]; in xor_32regs_3()
168 d4 ^= p3[4]; in xor_32regs_3()
169 d5 ^= p3[5]; in xor_32regs_3()
170 d6 ^= p3[6]; in xor_32regs_3()
171 d7 ^= p3[7]; in xor_32regs_3()
182 p3 += 8; in xor_32regs_3()
189 const unsigned long * __restrict p3, in xor_32regs_4() argument
212 d0 ^= p3[0]; in xor_32regs_4()
213 d1 ^= p3[1]; in xor_32regs_4()
214 d2 ^= p3[2]; in xor_32regs_4()
215 d3 ^= p3[3]; in xor_32regs_4()
216 d4 ^= p3[4]; in xor_32regs_4()
217 d5 ^= p3[5]; in xor_32regs_4()
218 d6 ^= p3[6]; in xor_32regs_4()
219 d7 ^= p3[7]; in xor_32regs_4()
238 p3 += 8; in xor_32regs_4()
246 const unsigned long * __restrict p3, in xor_32regs_5() argument
270 d0 ^= p3[0]; in xor_32regs_5()
271 d1 ^= p3[1]; in xor_32regs_5()
272 d2 ^= p3[2]; in xor_32regs_5()
273 d3 ^= p3[3]; in xor_32regs_5()
274 d4 ^= p3[4]; in xor_32regs_5()
275 d5 ^= p3[5]; in xor_32regs_5()
276 d6 ^= p3[6]; in xor_32regs_5()
277 d7 ^= p3[7]; in xor_32regs_5()
304 p3 += 8; in xor_32regs_5()
340 const unsigned long * __restrict p3) in xor_8regs_p_3() argument
345 prefetch(p3); in xor_8regs_p_3()
350 prefetch(p3+8); in xor_8regs_p_3()
352 p1[0] ^= p2[0] ^ p3[0]; in xor_8regs_p_3()
353 p1[1] ^= p2[1] ^ p3[1]; in xor_8regs_p_3()
354 p1[2] ^= p2[2] ^ p3[2]; in xor_8regs_p_3()
355 p1[3] ^= p2[3] ^ p3[3]; in xor_8regs_p_3()
356 p1[4] ^= p2[4] ^ p3[4]; in xor_8regs_p_3()
357 p1[5] ^= p2[5] ^ p3[5]; in xor_8regs_p_3()
358 p1[6] ^= p2[6] ^ p3[6]; in xor_8regs_p_3()
359 p1[7] ^= p2[7] ^ p3[7]; in xor_8regs_p_3()
362 p3 += 8; in xor_8regs_p_3()
371 const unsigned long * __restrict p3, in xor_8regs_p_4() argument
378 prefetch(p3); in xor_8regs_p_4()
384 prefetch(p3+8); in xor_8regs_p_4()
387 p1[0] ^= p2[0] ^ p3[0] ^ p4[0]; in xor_8regs_p_4()
388 p1[1] ^= p2[1] ^ p3[1] ^ p4[1]; in xor_8regs_p_4()
389 p1[2] ^= p2[2] ^ p3[2] ^ p4[2]; in xor_8regs_p_4()
390 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_p_4()
391 p1[4] ^= p2[4] ^ p3[4] ^ p4[4]; in xor_8regs_p_4()
392 p1[5] ^= p2[5] ^ p3[5] ^ p4[5]; in xor_8regs_p_4()
393 p1[6] ^= p2[6] ^ p3[6] ^ p4[6]; in xor_8regs_p_4()
394 p1[7] ^= p2[7] ^ p3[7] ^ p4[7]; in xor_8regs_p_4()
397 p3 += 8; in xor_8regs_p_4()
407 const unsigned long * __restrict p3, in xor_8regs_p_5() argument
415 prefetch(p3); in xor_8regs_p_5()
422 prefetch(p3+8); in xor_8regs_p_5()
426 p1[0] ^= p2[0] ^ p3[0] ^ p4[0] ^ p5[0]; in xor_8regs_p_5()
427 p1[1] ^= p2[1] ^ p3[1] ^ p4[1] ^ p5[1]; in xor_8regs_p_5()
428 p1[2] ^= p2[2] ^ p3[2] ^ p4[2] ^ p5[2]; in xor_8regs_p_5()
429 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; in xor_8regs_p_5()
430 p1[4] ^= p2[4] ^ p3[4] ^ p4[4] ^ p5[4]; in xor_8regs_p_5()
431 p1[5] ^= p2[5] ^ p3[5] ^ p4[5] ^ p5[5]; in xor_8regs_p_5()
432 p1[6] ^= p2[6] ^ p3[6] ^ p4[6] ^ p5[6]; in xor_8regs_p_5()
433 p1[7] ^= p2[7] ^ p3[7] ^ p4[7] ^ p5[7]; in xor_8regs_p_5()
436 p3 += 8; in xor_8regs_p_5()
493 const unsigned long * __restrict p3) in xor_32regs_p_3() argument
499 prefetch(p3); in xor_32regs_p_3()
506 prefetch(p3+8); in xor_32regs_p_3()
524 d0 ^= p3[0]; in xor_32regs_p_3()
525 d1 ^= p3[1]; in xor_32regs_p_3()
526 d2 ^= p3[2]; in xor_32regs_p_3()
527 d3 ^= p3[3]; in xor_32regs_p_3()
528 d4 ^= p3[4]; in xor_32regs_p_3()
529 d5 ^= p3[5]; in xor_32regs_p_3()
530 d6 ^= p3[6]; in xor_32regs_p_3()
531 d7 ^= p3[7]; in xor_32regs_p_3()
542 p3 += 8; in xor_32regs_p_3()
551 const unsigned long * __restrict p3, in xor_32regs_p_4() argument
558 prefetch(p3); in xor_32regs_p_4()
566 prefetch(p3+8); in xor_32regs_p_4()
585 d0 ^= p3[0]; in xor_32regs_p_4()
586 d1 ^= p3[1]; in xor_32regs_p_4()
587 d2 ^= p3[2]; in xor_32regs_p_4()
588 d3 ^= p3[3]; in xor_32regs_p_4()
589 d4 ^= p3[4]; in xor_32regs_p_4()
590 d5 ^= p3[5]; in xor_32regs_p_4()
591 d6 ^= p3[6]; in xor_32regs_p_4()
592 d7 ^= p3[7]; in xor_32regs_p_4()
611 p3 += 8; in xor_32regs_p_4()
621 const unsigned long * __restrict p3, in xor_32regs_p_5() argument
629 prefetch(p3); in xor_32regs_p_5()
638 prefetch(p3+8); in xor_32regs_p_5()
658 d0 ^= p3[0]; in xor_32regs_p_5()
659 d1 ^= p3[1]; in xor_32regs_p_5()
660 d2 ^= p3[2]; in xor_32regs_p_5()
661 d3 ^= p3[3]; in xor_32regs_p_5()
662 d4 ^= p3[4]; in xor_32regs_p_5()
663 d5 ^= p3[5]; in xor_32regs_p_5()
664 d6 ^= p3[6]; in xor_32regs_p_5()
665 d7 ^= p3[7]; in xor_32regs_p_5()
692 p3 += 8; in xor_32regs_p_5()