Lines Matching refs:tmp1
54 tmp1 .req x8 label
63 eor tmp1, src1, src2
64 tst tmp1, #7
66 ands tmp1, src1, #7
120 add tmp3, tmp3, tmp1
122 add limit, limit, tmp1/* Adjust the limit for the extra. */
124 lsl tmp1, tmp1, #3/* Bytes beyond alignment -> bits.*/
125 neg tmp1, tmp1/* Bits to alignment -64. */
128 CPU_BE( lsl tmp2, tmp2, tmp1 )/*Big-endian.Early bytes are at MSB*/
130 CPU_LE( lsr tmp2, tmp2, tmp1 )
141 and tmp1, src1, #7
142 neg tmp1, tmp1
143 add tmp1, tmp1, #8/*valid length in the first 8 bytes of src1*/
147 subs tmp3, tmp1, tmp2
148 csel pos, tmp1, tmp2, hi /*Choose the maximum.*/