Lines Matching refs:temp
152 float temp, temp1, temp2, temp3;
176 "mul.s %[temp], %[s1], %[wi] \n\t"
184 "msub.s %[temp], %[temp], %[s0], %[wj] \n\t"
196 "swc1 %[temp], 0(%[dst_i]) \n\t" /* dst[i] = s0*wj - s1*wi; */
200 "mul.s %[temp], %[s1], %[wi2] \n\t"
204 "msub.s %[temp], %[temp], %[s0], %[wj2] \n\t"
208 "swc1 %[temp], 8(%[dst_i]) \n\t" /* dst[i+2] = s0*wj2 - s1*wi2; */
215 : [temp]"=&f"(temp), [temp1]"=&f"(temp1), [temp2]"=&f"(temp2),