Lines Matching +full:1 +full:p1
15 __asm__("ldmia %0, {%1, %2}" \
20 __asm__("ldmia %0, {%1, %2, %3, %4}" \
25 __asm__("ldmia %0!, {%1, %2}" \
31 __asm__("ldmia %0!, {%1, %2, %3, %4}" \
47 xor_arm4regs_2(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_2() argument
61 GET_BLOCK_4(p1); in xor_arm4regs_2()
63 PUT_BLOCK_4(p1); in xor_arm4regs_2()
68 xor_arm4regs_3(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_3() argument
83 GET_BLOCK_4(p1); in xor_arm4regs_3()
86 PUT_BLOCK_4(p1); in xor_arm4regs_3()
91 xor_arm4regs_4(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_4() argument
103 GET_BLOCK_2(p1); in xor_arm4regs_4()
107 PUT_BLOCK_2(p1); in xor_arm4regs_4()
112 xor_arm4regs_5(unsigned long bytes, unsigned long * __restrict p1, in xor_arm4regs_5() argument
125 GET_BLOCK_2(p1); in xor_arm4regs_5()
130 PUT_BLOCK_2(p1); in xor_arm4regs_5()
156 xor_neon_2(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_2() argument
160 xor_arm4regs_2(bytes, p1, p2); in xor_neon_2()
163 xor_block_neon_inner.do_2(bytes, p1, p2); in xor_neon_2()
169 xor_neon_3(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_3() argument
174 xor_arm4regs_3(bytes, p1, p2, p3); in xor_neon_3()
177 xor_block_neon_inner.do_3(bytes, p1, p2, p3); in xor_neon_3()
183 xor_neon_4(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_4() argument
189 xor_arm4regs_4(bytes, p1, p2, p3, p4); in xor_neon_4()
192 xor_block_neon_inner.do_4(bytes, p1, p2, p3, p4); in xor_neon_4()
198 xor_neon_5(unsigned long bytes, unsigned long * __restrict p1, in xor_neon_5() argument
205 xor_arm4regs_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()
208 xor_block_neon_inner.do_5(bytes, p1, p2, p3, p4, p5); in xor_neon_5()