Lines Matching refs:tmp3
48 tmp3 .req x10 label
121 neg tmp3, tmp1, lsl #3 /* 64 - bits(bytes beyond align). */
126 CPU_BE( lsl tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */
128 CPU_LE( lsr tmp2, tmp2, tmp3 ) /* Shift (tmp1 & 63). */
130 and tmp3, limit_wd, #7
134 add tmp3, tmp3, tmp1
137 add limit_wd, limit_wd, tmp3, lsr #3
153 subs tmp3, tmp1, tmp2
180 add src1, src1, tmp3 /*tmp3 is positive in this branch.*/
181 add src2, src2, tmp3
185 sub limit, limit, tmp3
197 and tmp3, tmp3, #7
199 neg pos, tmp3
257 CPU_BE( rev tmp3, data1 )
258 CPU_BE( sub tmp1, tmp3, zeroones )
259 CPU_BE( orr tmp2, tmp3, #REP8_7f )