Lines Matching refs:tmp1
32 #define tmp1 x7
42 eor tmp1, src1, src2
44 tst tmp1, #7
46 ands tmp1, src1, #7
55 sub tmp1, data1, zeroones
58 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */
95 sub tmp1, tmp3, zeroones
97 bic has_nul, tmp1, tmp2
120 lsl tmp1, tmp1, #3 /* Bytes beyond alignment -> bits. */
122 neg tmp1, tmp1 /* Bits to alignment -64. */
127 lsl tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
130 lsr tmp2, tmp2, tmp1 /* Shift (tmp1 & 63). */
154 and tmp1, src2, #0xff8
155 eor tmp1, tmp1, #0xff8
156 cbz tmp1, L(do_misaligned)
160 sub tmp1, data1, zeroones
163 bic has_nul, tmp1, tmp2 /* Non-zero if NUL terminator. */