Lines Matching refs:tmp1
45 #define tmp1 x14 macro
102 lsr tmp1, count, 1
105 ldrb B_lw, [src, tmp1]
107 strb B_lw, [dstin, tmp1]
151 sub tmp1, dstin, src
152 cbz tmp1, L(copy0)
153 cmp tmp1, count
159 and tmp1, dstin, 15
161 sub src, src, tmp1
162 add count, count, tmp1 /* Count is now 16 too large. */
205 and tmp1, dstend, 15
206 sub srcend, srcend, tmp1
207 sub count, count, tmp1
213 sub dstend, dstend, tmp1