Lines Matching defs:tmp1
42 tmp1 .req x8
51 eor tmp1, src1, src2
52 tst tmp1, #7
54 ands tmp1, src1, #7
102 * We can not add limit with alignment offset(tmp1) here. Since the
108 add tmp3, tmp3, tmp1
110 add limit, limit, tmp1/* Adjust the limit for the extra. */
112 lsl tmp1, tmp1, #3/* Bytes beyond alignment -> bits.*/
113 neg tmp1, tmp1/* Bits to alignment -64. */
116 CPU_BE( lsl tmp2, tmp2, tmp1 )/*Big-endian.Early bytes are at MSB*/
118 CPU_LE( lsr tmp2, tmp2, tmp1 )
129 and tmp1, src1, #7
130 neg tmp1, tmp1
131 add tmp1, tmp1, #8/*valid length in the first 8 bytes of src1*/
135 subs tmp3, tmp1, tmp2
136 csel pos, tmp1, tmp2, hi /*Choose the maximum.*/