Lines Matching refs:temp2
114 float temp0, temp1, temp2, temp3;
125 "lwc1 %[temp2], 8(%[src]) \n\t"
130 "mul.s %[temp2], %[temp2], %[mul] \n\t"
135 "swc1 %[temp2], -8(%[dst]) \n\t"
141 [temp2]"=&f"(temp2), [temp3]"=&f"(temp3),
152 float temp, temp1, temp2, temp3;
178 "mul.s %[temp2], %[s11], %[wi1] \n\t"
186 "msub.s %[temp2], %[temp2], %[s01], %[wj1] \n\t"
198 "swc1 %[temp2], 4(%[dst_i]) \n\t" /* dst[i+1] = s01*wj1 - s11*wi1; */
202 "mul.s %[temp2], %[s11], %[wi3] \n\t"
206 "msub.s %[temp2], %[temp2], %[s01], %[wj3] \n\t"
210 "swc1 %[temp2], 12(%[dst_i]) \n\t" /* dst[i+2] = s01*wj3 - s11*wi3; */
215 : [temp]"=&f"(temp), [temp1]"=&f"(temp1), [temp2]"=&f"(temp2),
230 float temp0, temp1, temp2, temp3, temp4;
240 "lwc1 %[temp2], 8(%[v1]) \n\t"
252 "sub.s %[temp12], %[temp2], %[temp6] \n\t"
253 "add.s %[temp13], %[temp2], %[temp6] \n\t"
261 "lwc1 %[temp2], 8(%[v1]) \n\t"
281 "sub.s %[temp12], %[temp2], %[temp6] \n\t"
282 "add.s %[temp13], %[temp2], %[temp6] \n\t"
295 [temp1]"=&f"(temp1), [temp2]"=&f"(temp2), [temp3]"=&f"(temp3),
307 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7;
316 "lwc1 %[temp2], 4(%[src0]) \n\t"
323 "mul.s %[temp2], %[temp3], %[temp2] \n\t"
330 "swc1 %[temp2], -12(%[dst]) \n\t"
335 [temp0]"=&f"(temp0), [temp1]"=&f"(temp1),[temp2]"=&f"(temp2),