Lines Matching refs:tmp1
46 #define tmp1 x14 macro
104 lsr tmp1, count, 1
107 ldrb B_lw, [src, tmp1]
109 strb B_lw, [dstin, tmp1]
153 sub tmp1, dstin, src
154 cbz tmp1, L(copy0)
155 cmp tmp1, count
161 and tmp1, dstin, 15
163 sub src, src, tmp1
164 add count, count, tmp1 /* Count is now 16 too large. */
207 and tmp1, dstend, 15
208 sub srcend, srcend, tmp1
209 sub count, count, tmp1
215 sub dstend, dstend, tmp1