Lines Matching refs:tmp3
45 #define tmp3 x10 macro
148 rev tmp3, data1
149 sub tmp1, tmp3, zeroones
150 orr tmp2, tmp3, #REP8_7f
178 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */
181 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */
260 orr tmp3, data1, #REP8_7f
262 bic has_nul, has_nul, tmp3 /* Non-zero if NUL byte found in SRC1. */
263 orr tmp3, endloop, has_nul
264 cbnz tmp3, L(full_check)
274 rev tmp3, data1
275 #define data1_fixed tmp3
280 orr tmp3, data1_fixed, #REP8_7f
282 bic has_nul, has_nul, tmp3 /* Non-zero if NUL terminator. */
289 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
290 cbnz tmp3, L(syndrome_check)
299 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
300 cbnz tmp3, L(syndrome_check)