Lines Matching refs:tmp1
158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
161 sshr \tmp1\().16b, \in1\().16b, #7
164 and \tmp1\().16b, \tmp1\().16b, \const\().16b
166 eor \out1\().16b, \out1\().16b, \tmp1\().16b
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
172 ushr \tmp1\().16b, \in1\().16b, #6
175 pmul \tmp1\().16b, \tmp1\().16b, \const\().16b
177 eor \out1\().16b, \out1\().16b, \tmp1\().16b