Lines Matching refs:tmp3
60 tmp3 .req x10 label
133 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
138 CPU_BE( lsl tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */
140 CPU_LE( lsr tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */
142 and tmp3, limit_wd, #7
146 add tmp3, tmp3, tmp1
149 add limit_wd, limit_wd, tmp3, lsr #3
165 subs tmp3, tmp1, tmp2
192 add src1, src1, tmp3 /*tmp3 is positive in this branch.*/
193 add src2, src2, tmp3
197 sub limit, limit, tmp3
209 and tmp3, tmp3, #7
211 neg pos, tmp3
269 CPU_BE( rev tmp3, data1 )
270 CPU_BE( sub tmp1, tmp3, zeroones )
271 CPU_BE( orr tmp2, tmp3, #REP8_7f )