Lines Matching refs:tmp3
60 #define tmp3 x10 macro
161 rev tmp3, data1
162 sub tmp1, tmp3, zeroones
163 orr tmp2, tmp3, #REP8_7f
191 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */
194 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */
276 orr tmp3, data1, #REP8_7f
278 bic has_nul, has_nul, tmp3 /* Non-zero if NUL byte found in SRC1. */
279 orr tmp3, endloop, has_nul
280 cbnz tmp3, L(full_check)
290 rev tmp3, data1
291 #define data1_fixed tmp3
296 orr tmp3, data1_fixed, #REP8_7f
298 bic has_nul, has_nul, tmp3 /* Non-zero if NUL terminator. */
305 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
306 cbnz tmp3, L(syndrome_check)
315 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
316 cbnz tmp3, L(syndrome_check)