Lines Matching +full:3 +full:d0

20 		p1[3] ^= p2[3];  in xor_8regs_2()
41 p1[3] ^= p2[3] ^ p3[3]; in xor_8regs_3()
64 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_4()
89 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; in xor_8regs_5()
109 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
110 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_2()
113 d3 = p1[3]; in xor_32regs_2()
118 d0 ^= p2[0]; in xor_32regs_2()
121 d3 ^= p2[3]; in xor_32regs_2()
126 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_2()
129 p1[3] = d3; in xor_32regs_2()
147 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
148 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_3()
151 d3 = p1[3]; in xor_32regs_3()
156 d0 ^= p2[0]; in xor_32regs_3()
159 d3 ^= p2[3]; in xor_32regs_3()
164 d0 ^= p3[0]; in xor_32regs_3()
167 d3 ^= p3[3]; in xor_32regs_3()
172 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_3()
175 p1[3] = d3; in xor_32regs_3()
195 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
196 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_4()
199 d3 = p1[3]; in xor_32regs_4()
204 d0 ^= p2[0]; in xor_32regs_4()
207 d3 ^= p2[3]; in xor_32regs_4()
212 d0 ^= p3[0]; in xor_32regs_4()
215 d3 ^= p3[3]; in xor_32regs_4()
220 d0 ^= p4[0]; in xor_32regs_4()
223 d3 ^= p4[3]; in xor_32regs_4()
228 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_4()
231 p1[3] = d3; in xor_32regs_4()
253 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_5() local
254 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_5()
257 d3 = p1[3]; in xor_32regs_5()
262 d0 ^= p2[0]; in xor_32regs_5()
265 d3 ^= p2[3]; in xor_32regs_5()
270 d0 ^= p3[0]; in xor_32regs_5()
273 d3 ^= p3[3]; in xor_32regs_5()
278 d0 ^= p4[0]; in xor_32regs_5()
281 d3 ^= p4[3]; in xor_32regs_5()
286 d0 ^= p5[0]; in xor_32regs_5()
289 d3 ^= p5[3]; in xor_32regs_5()
294 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_5()
297 p1[3] = d3; in xor_32regs_5()
325 p1[3] ^= p2[3]; in xor_8regs_p_2()
355 p1[3] ^= p2[3] ^ p3[3]; in xor_8regs_p_3()
390 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_p_4()
429 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; in xor_8regs_p_5()
454 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_2() local
459 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_p_2()
462 d3 = p1[3]; in xor_32regs_p_2()
467 d0 ^= p2[0]; in xor_32regs_p_2()
470 d3 ^= p2[3]; in xor_32regs_p_2()
475 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_p_2()
478 p1[3] = d3; in xor_32regs_p_2()
502 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_3() local
508 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_p_3()
511 d3 = p1[3]; in xor_32regs_p_3()
516 d0 ^= p2[0]; in xor_32regs_p_3()
519 d3 ^= p2[3]; in xor_32regs_p_3()
524 d0 ^= p3[0]; in xor_32regs_p_3()
527 d3 ^= p3[3]; in xor_32regs_p_3()
532 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_p_3()
535 p1[3] = d3; in xor_32regs_p_3()
562 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_4() local
569 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_p_4()
572 d3 = p1[3]; in xor_32regs_p_4()
577 d0 ^= p2[0]; in xor_32regs_p_4()
580 d3 ^= p2[3]; in xor_32regs_p_4()
585 d0 ^= p3[0]; in xor_32regs_p_4()
588 d3 ^= p3[3]; in xor_32regs_p_4()
593 d0 ^= p4[0]; in xor_32regs_p_4()
596 d3 ^= p4[3]; in xor_32regs_p_4()
601 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_p_4()
604 p1[3] = d3; in xor_32regs_p_4()
634 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_5() local
642 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_p_5()
645 d3 = p1[3]; in xor_32regs_p_5()
650 d0 ^= p2[0]; in xor_32regs_p_5()
653 d3 ^= p2[3]; in xor_32regs_p_5()
658 d0 ^= p3[0]; in xor_32regs_p_5()
661 d3 ^= p3[3]; in xor_32regs_p_5()
666 d0 ^= p4[0]; in xor_32regs_p_5()
669 d3 ^= p4[3]; in xor_32regs_p_5()
674 d0 ^= p5[0]; in xor_32regs_p_5()
677 d3 ^= p5[3]; in xor_32regs_p_5()
682 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_p_5()
685 p1[3] = d3; in xor_32regs_p_5()