Lines Matching refs:tmp1
41 #define tmp1 x14
100 lsr tmp1, count, 1
103 ldrb B_lw, [src, tmp1]
105 strb B_lw, [dstin, tmp1]
149 sub tmp1, dstin, src
150 cbz tmp1, L(copy0)
151 cmp tmp1, count
157 and tmp1, dstin, 15
159 sub src, src, tmp1
160 add count, count, tmp1 /* Count is now 16 too large. */
203 and tmp1, dstend, 15
204 sub srcend, srcend, tmp1
205 sub count, count, tmp1
211 sub dstend, dstend, tmp1