Lines Matching refs:tmp1
36 #define tmp1 x7 macro
45 eor tmp1, src1, src2
47 tst tmp1, #7
49 ands tmp1, src1, #7
58 sub tmp1, data1, zeroones
61 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
98 sub tmp1, tmp3, zeroones
100 bic has_nul, tmp1, tmp2
123 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. */
125 neg tmp1, tmp1 /* Bits to alignment -64. */
130 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
133 lsr tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
157 and tmp1, src2, #0xff8
158 eor tmp1, tmp1, #0xff8
159 cbz tmp1, L(do_misaligned)
163 sub tmp1, data1, zeroones
166 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */