Lines Matching defs:temp1
114 float temp0, temp1, temp2, temp3;
124 "lwc1 %[temp1], 4(%[src]) \n\t"
129 "mul.s %[temp1], %[temp1], %[mul] \n\t"
134 "swc1 %[temp1], -12(%[dst]) \n\t"
140 : [temp0]"=&f"(temp0), [temp1]"=&f"(temp1),
152 float temp, temp1, temp2, temp3;
177 "mul.s %[temp1], %[s1], %[wj] \n\t"
185 "madd.s %[temp1], %[temp1], %[s0], %[wi] \n\t"
197 "swc1 %[temp1], 0(%[dst_j]) \n\t" /* dst[j] = s0*wi + s1*wj; */
201 "mul.s %[temp1], %[s1], %[wj2] \n\t"
205 "madd.s %[temp1], %[temp1], %[s0], %[wi2] \n\t"
209 "swc1 %[temp1], -8(%[dst_j]) \n\t" /* dst[j-2] = s0*wi2 + s1*wj2; */
215 : [temp]"=&f"(temp), [temp1]"=&f"(temp1), [temp2]"=&f"(temp2),
230 float temp0, temp1, temp2, temp3, temp4;
239 "lwc1 %[temp1], 4(%[v1]) \n\t"
250 "sub.s %[temp10], %[temp1], %[temp5] \n\t"
251 "add.s %[temp11], %[temp1], %[temp5] \n\t"
260 "lwc1 %[temp1], 4(%[v1]) \n\t"
279 "sub.s %[temp10], %[temp1], %[temp5] \n\t"
280 "add.s %[temp11], %[temp1], %[temp5] \n\t"
295 [temp1]"=&f"(temp1), [temp2]"=&f"(temp2), [temp3]"=&f"(temp3),
307 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7;
315 "lwc1 %[temp1], 0(%[src1]) \n\t"
322 "mul.s %[temp0], %[temp1], %[temp0] \n\t"
335 [temp0]"=&f"(temp0), [temp1]"=&f"(temp1),[temp2]"=&f"(temp2),