Lines Matching +full:3 +full:d0
19 p1[3] ^= p2[3]; in xor_8regs_2()
39 p1[3] ^= p2[3] ^ p3[3]; in xor_8regs_3()
60 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_4()
82 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; in xor_8regs_5()
101 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_2() local
102 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_2()
105 d3 = p1[3]; in xor_32regs_2()
110 d0 ^= p2[0]; in xor_32regs_2()
113 d3 ^= p2[3]; in xor_32regs_2()
118 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_2()
121 p1[3] = d3; in xor_32regs_2()
138 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_3() local
139 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_3()
142 d3 = p1[3]; in xor_32regs_3()
147 d0 ^= p2[0]; in xor_32regs_3()
150 d3 ^= p2[3]; in xor_32regs_3()
155 d0 ^= p3[0]; in xor_32regs_3()
158 d3 ^= p3[3]; in xor_32regs_3()
163 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_3()
166 p1[3] = d3; in xor_32regs_3()
184 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_4() local
185 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_4()
188 d3 = p1[3]; in xor_32regs_4()
193 d0 ^= p2[0]; in xor_32regs_4()
196 d3 ^= p2[3]; in xor_32regs_4()
201 d0 ^= p3[0]; in xor_32regs_4()
204 d3 ^= p3[3]; in xor_32regs_4()
209 d0 ^= p4[0]; in xor_32regs_4()
212 d3 ^= p4[3]; in xor_32regs_4()
217 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_4()
220 p1[3] = d3; in xor_32regs_4()
239 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_5() local
240 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_5()
243 d3 = p1[3]; in xor_32regs_5()
248 d0 ^= p2[0]; in xor_32regs_5()
251 d3 ^= p2[3]; in xor_32regs_5()
256 d0 ^= p3[0]; in xor_32regs_5()
259 d3 ^= p3[3]; in xor_32regs_5()
264 d0 ^= p4[0]; in xor_32regs_5()
267 d3 ^= p4[3]; in xor_32regs_5()
272 d0 ^= p5[0]; in xor_32regs_5()
275 d3 ^= p5[3]; in xor_32regs_5()
280 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_5()
283 p1[3] = d3; in xor_32regs_5()
310 p1[3] ^= p2[3]; in xor_8regs_p_2()
339 p1[3] ^= p2[3] ^ p3[3]; in xor_8regs_p_3()
372 p1[3] ^= p2[3] ^ p3[3] ^ p4[3]; in xor_8regs_p_4()
408 p1[3] ^= p2[3] ^ p3[3] ^ p4[3] ^ p5[3]; in xor_8regs_p_5()
432 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_2() local
437 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_p_2()
440 d3 = p1[3]; in xor_32regs_p_2()
445 d0 ^= p2[0]; in xor_32regs_p_2()
448 d3 ^= p2[3]; in xor_32regs_p_2()
453 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_p_2()
456 p1[3] = d3; in xor_32regs_p_2()
479 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_3() local
485 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_p_3()
488 d3 = p1[3]; in xor_32regs_p_3()
493 d0 ^= p2[0]; in xor_32regs_p_3()
496 d3 ^= p2[3]; in xor_32regs_p_3()
501 d0 ^= p3[0]; in xor_32regs_p_3()
504 d3 ^= p3[3]; in xor_32regs_p_3()
509 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_p_3()
512 p1[3] = d3; in xor_32regs_p_3()
537 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_4() local
544 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_p_4()
547 d3 = p1[3]; in xor_32regs_p_4()
552 d0 ^= p2[0]; in xor_32regs_p_4()
555 d3 ^= p2[3]; in xor_32regs_p_4()
560 d0 ^= p3[0]; in xor_32regs_p_4()
563 d3 ^= p3[3]; in xor_32regs_p_4()
568 d0 ^= p4[0]; in xor_32regs_p_4()
571 d3 ^= p4[3]; in xor_32regs_p_4()
576 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_p_4()
579 p1[3] = d3; in xor_32regs_p_4()
606 register long d0, d1, d2, d3, d4, d5, d6, d7; in xor_32regs_p_5() local
614 d0 = p1[0]; /* Pull the stuff into registers */ in xor_32regs_p_5()
617 d3 = p1[3]; in xor_32regs_p_5()
622 d0 ^= p2[0]; in xor_32regs_p_5()
625 d3 ^= p2[3]; in xor_32regs_p_5()
630 d0 ^= p3[0]; in xor_32regs_p_5()
633 d3 ^= p3[3]; in xor_32regs_p_5()
638 d0 ^= p4[0]; in xor_32regs_p_5()
641 d3 ^= p4[3]; in xor_32regs_p_5()
646 d0 ^= p5[0]; in xor_32regs_p_5()
649 d3 ^= p5[3]; in xor_32regs_p_5()
654 p1[0] = d0; /* Store the result (in bursts) */ in xor_32regs_p_5()
657 p1[3] = d3; in xor_32regs_p_5()