• Home
  • Raw
  • Download

Lines Matching full:p2

42 #define PF1(x)		"	prefetchnta "PF_OFFS(x)"(%[p2])		;\n"
46 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n"
60 xor_sse_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_sse_2() argument
99 " add %[inc], %[p2] ;\n" in xor_sse_2()
103 [p1] "+r" (p1), [p2] "+r" (p2) in xor_sse_2()
111 xor_sse_2_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_sse_2_pf64() argument
133 " add %[inc], %[p2] ;\n" in xor_sse_2_pf64()
137 [p1] "+r" (p1), [p2] "+r" (p2) in xor_sse_2_pf64()
145 xor_sse_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_3() argument
191 " add %[inc], %[p2] ;\n" in xor_sse_3()
196 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) in xor_sse_3()
204 xor_sse_3_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_3_pf64() argument
228 " add %[inc], %[p2] ;\n" in xor_sse_3_pf64()
233 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) in xor_sse_3_pf64()
241 xor_sse_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_4() argument
293 " add %[inc], %[p2] ;\n" in xor_sse_4()
299 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4()
307 xor_sse_4_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_4_pf64() argument
332 " add %[inc], %[p2] ;\n" in xor_sse_4_pf64()
338 [p2] "+r" (p2), [p3] "+r" (p3), [p4] "+r" (p4) in xor_sse_4_pf64()
346 xor_sse_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_5() argument
404 " add %[inc], %[p2] ;\n" in xor_sse_5()
410 : [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2), in xor_sse_5()
419 xor_sse_5_pf64(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_sse_5_pf64() argument
445 " add %[inc], %[p2] ;\n" in xor_sse_5_pf64()
451 : [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2), in xor_sse_5_pf64()