Lines Matching refs:tmp3
34 #define tmp3 x10
135 rev tmp3, data1
136 sub tmp1, tmp3, zeroones
137 orr tmp2, tmp3, #REP8_7f
165 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */
168 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */
250 orr tmp3, data1, #REP8_7f
252 bic has_nul, has_nul, tmp3 /* Non-zero if NUL byte found in SRC1. */
253 orr tmp3, endloop, has_nul
254 cbnz tmp3, L(full_check)
264 rev tmp3, data1
265 #define data1_fixed tmp3
270 orr tmp3, data1_fixed, #REP8_7f
272 bic has_nul, has_nul, tmp3 /* Non-zero if NUL terminator. */
279 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
280 cbnz tmp3, L(syndrome_check)
289 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
290 cbnz tmp3, L(syndrome_check)