Lines Matching full:p1
39 #define PF0(x) " prefetchnta "PF_OFFS(x)"(%[p1]) ;\n"
40 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n"
41 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n"
60 xor_sse_2(unsigned long bytes, unsigned long * __restrict p1, in xor_sse_2() argument
99 " add %[inc], %[p1] ;\n" in xor_sse_2()
104 [p1] "+r" (p1), [p2] "+r" (p2) in xor_sse_2()
112 xor_sse_2_pf64(unsigned long bytes, unsigned long * __restrict p1, in xor_sse_2_pf64() argument
134 " add %[inc], %[p1] ;\n" in xor_sse_2_pf64()
139 [p1] "+r" (p1), [p2] "+r" (p2) in xor_sse_2_pf64()
147 xor_sse_3(unsigned long bytes, unsigned long * __restrict p1, in xor_sse_3() argument
193 " add %[inc], %[p1] ;\n" in xor_sse_3()
199 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) in xor_sse_3()
207 xor_sse_3_pf64(unsigned long bytes, unsigned long * __restrict p1, in xor_sse_3_pf64() argument
231 " add %[inc], %[p1] ;\n" in xor_sse_3_pf64()
237 [p1] "+r" (p1), [p2] "+r" (p2), [p3] "+r" (p3) in xor_sse_3_pf64()
245 xor_sse_4(unsigned long bytes, unsigned long * __restrict p1, in xor_sse_4() argument
298 " add %[inc], %[p1] ;\n" in xor_sse_4()
304 : [cnt] "+r" (lines), [p1] "+r" (p1), in xor_sse_4()
313 xor_sse_4_pf64(unsigned long bytes, unsigned long * __restrict p1, in xor_sse_4_pf64() argument
339 " add %[inc], %[p1] ;\n" in xor_sse_4_pf64()
345 : [cnt] "+r" (lines), [p1] "+r" (p1), in xor_sse_4_pf64()
354 xor_sse_5(unsigned long bytes, unsigned long * __restrict p1, in xor_sse_5() argument
414 " add %[inc], %[p1] ;\n" in xor_sse_5()
421 : [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2), in xor_sse_5()
430 xor_sse_5_pf64(unsigned long bytes, unsigned long * __restrict p1, in xor_sse_5_pf64() argument
458 " add %[inc], %[p1] ;\n" in xor_sse_5_pf64()
465 : [cnt] "+r" (lines), [p1] "+r" (p1), [p2] "+r" (p2), in xor_sse_5_pf64()