Lines Matching +full:2 +full:p5
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}" \
37 __asm__ __volatile__("stmia %0!, {%2, %3}" \
42 __asm__ __volatile__("stmia %0!, {%2, %3, %4, %5}" \
96 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_4()
116 const unsigned long * __restrict p5) in xor_arm4regs_5() argument
118 unsigned int lines = bytes / sizeof(unsigned long) / 2; in xor_arm4regs_5()
129 XOR_BLOCK_2(p5); in xor_arm4regs_5()
202 const unsigned long * __restrict p5) 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()