Lines Matching refs:tmp1
52 #define tmp1 x14 macro
118 lsr tmp1, count, 1
121 ldrb B_lw, [src, tmp1]
123 strb B_lw, [dstin, tmp1]
168 and tmp1, dstin, 15
170 sub src, src, tmp1
171 add count, count, tmp1 /* Count is now 16 too large. */
235 sub tmp1, dstin, src
236 cbz tmp1, L(copy0)
237 cmp tmp1, count
243 and tmp1, dstend, 15
244 sub srcend, srcend, tmp1
245 sub count, count, tmp1
251 sub dstend, dstend, tmp1