Lines Matching +full:3 +full:p0
21 BLOCK(32 * (i + 3), 3)
29 static void xor_avx_2(unsigned long bytes, unsigned long * __restrict p0, in xor_avx_2() argument
42 "m" (p0[i / sizeof(*p0)])); \ in xor_avx_2()
44 "=m" (p0[i / sizeof(*p0)])); \ in xor_avx_2()
49 p0 = (unsigned long *)((uintptr_t)p0 + 512); in xor_avx_2()
56 static void xor_avx_3(unsigned long bytes, unsigned long * __restrict p0, in xor_avx_3() argument
72 "m" (p0[i / sizeof(*p0)])); \ in xor_avx_3()
74 "=m" (p0[i / sizeof(*p0)])); \ in xor_avx_3()
79 p0 = (unsigned long *)((uintptr_t)p0 + 512); in xor_avx_3()
87 static void xor_avx_4(unsigned long bytes, unsigned long * __restrict p0, in xor_avx_4() argument
106 "m" (p0[i / sizeof(*p0)])); \ in xor_avx_4()
108 "=m" (p0[i / sizeof(*p0)])); \ in xor_avx_4()
113 p0 = (unsigned long *)((uintptr_t)p0 + 512); in xor_avx_4()
122 static void xor_avx_5(unsigned long bytes, unsigned long * __restrict p0, in xor_avx_5() argument
144 "m" (p0[i / sizeof(*p0)])); \ in xor_avx_5()
146 "=m" (p0[i / sizeof(*p0)])); \ in xor_avx_5()
151 p0 = (unsigned long *)((uintptr_t)p0 + 512); in xor_avx_5()