Lines Matching full:src2
25 #define src2 x1 macro
63 eor tmp1, src1, src2
76 ldr data2, [src2], #8
165 bic src2, src2, #7
168 ldr data2, [src2], #8
187 ldrb data2w, [src2], #1
206 ldrb data2w, [src2], #1
218 src2 | x x x x x a a a a a a a a b b b | c c c c c . . .
227 Align SRC2 down to 16 bytes. This way we can read 16 bytes at a
228 time from SRC2. The comparison happens in 3 steps. After each step
229 the loop can exit, or read from SRC1 or SRC2. */
233 lsl offset, src2, #3
234 bic src2, src2, #0xf
238 ldp tmp1, tmp2, [src2], #16
245 /* STEP_A: Compare full 8 bytes when there is enough data from SRC2.*/
249 orr data2, data2, tmp1 /* 8 bytes from SRC2 combined from two regs.*/
285 ldp tmp1, tmp2, [src2], #16