Lines Matching refs:tmp3
39 #define tmp3 x10 macro
137 rev tmp3, data1
138 sub tmp1, tmp3, zeroones
139 orr tmp2, tmp3, #REP8_7f
167 neg tmp3, count, lsl #3 /* 64 - bits(bytes beyond align). */
170 LS_FW tmp2, tmp2, tmp3 /* Shift (count & 63). */
252 orr tmp3, data1, #REP8_7f
254 bic has_nul, has_nul, tmp3 /* Non-zero if NUL byte found in SRC1. */
255 orr tmp3, endloop, has_nul
256 cbnz tmp3, L(full_check)
266 rev tmp3, data1
267 #define data1_fixed tmp3
272 orr tmp3, data1_fixed, #REP8_7f
274 bic has_nul, has_nul, tmp3 /* Non-zero if NUL terminator. */
281 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
282 cbnz tmp3, L(syndrome_check)
291 csinv tmp3, syndrome, xzr, hi /* If limit, set to all ones. */
292 cbnz tmp3, L(syndrome_check)