Lines Matching refs:tmp2
43 tmp2 .req x9 label
114 mov tmp2, #~0
116 CPU_BE( lsl tmp2, tmp2, tmp1 )/*Big-endian.Early bytes are at MSB*/
118 CPU_LE( lsr tmp2, tmp2, tmp1 )
120 orr data1, data1, tmp2
121 orr data2, data2, tmp2
132 and tmp2, src2, #7
133 neg tmp2, tmp2
134 add tmp2, tmp2, #8/*valid length in the first 8 bytes of src2*/
135 subs tmp3, tmp1, tmp2
136 csel pos, tmp1, tmp2, hi /*Choose the maximum.*/