Lines Matching full:src2
21 #define src2 x1 macro
59 eor tmp1, src1, src2
72 ldr data2, [src2], #8
161 bic src2, src2, #7
164 ldr data2, [src2], #8
183 ldrb data2w, [src2], #1
202 ldrb data2w, [src2], #1
214 src2 | x x x x x a a a a a a a a b b b | c c c c c . . .
223 Align SRC2 down to 16 bytes. This way we can read 16 bytes at a
224 time from SRC2. The comparison happens in 3 steps. After each step
225 the loop can exit, or read from SRC1 or SRC2. */
229 lsl offset, src2, #3
230 bic src2, src2, #0xf
234 ldp tmp1, tmp2, [src2], #16
241 /* STEP_A: Compare full 8 bytes when there is enough data from SRC2.*/
245 orr data2, data2, tmp1 /* 8 bytes from SRC2 combined from two regs.*/
281 ldp tmp1, tmp2, [src2], #16