Lines Matching refs:temp3
114 float temp0, temp1, temp2, temp3;
126 "lwc1 %[temp3], 12(%[src]) \n\t"
131 "mul.s %[temp3], %[temp3], %[mul] \n\t"
137 " swc1 %[temp3], -4(%[dst]) \n\t"
141 [temp2]"=&f"(temp2), [temp3]"=&f"(temp3),
152 float temp, temp1, temp2, temp3;
179 "mul.s %[temp3], %[s11], %[wj1] \n\t"
187 "madd.s %[temp3], %[temp3], %[s01], %[wi1] \n\t"
199 "swc1 %[temp3], -4(%[dst_j]) \n\t" /* dst[j-1] = s01*wi1 + s11*wj1; */
203 "mul.s %[temp3], %[s11], %[wj3] \n\t"
207 "madd.s %[temp3], %[temp3], %[s01], %[wi3] \n\t"
211 "swc1 %[temp3], -12(%[dst_j]) \n\t" /* dst[j-3] = s01*wi3 + s11*wj3; */
216 [temp3]"=&f"(temp3), [src0_i]"+r"(src0_i), [win_i]"+r"(win_i),
230 float temp0, temp1, temp2, temp3, temp4;
241 "lwc1 %[temp3], 12(%[v1]) \n\t"
254 "sub.s %[temp14], %[temp3], %[temp7] \n\t"
255 "add.s %[temp15], %[temp3], %[temp7] \n\t"
262 "lwc1 %[temp3], 12(%[v1]) \n\t"
283 "sub.s %[temp14], %[temp3], %[temp7] \n\t"
284 "add.s %[temp15], %[temp3], %[temp7] \n\t"
295 [temp1]"=&f"(temp1), [temp2]"=&f"(temp2), [temp3]"=&f"(temp3),
307 float temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7;
317 "lwc1 %[temp3], -4(%[src1]) \n\t"
323 "mul.s %[temp2], %[temp3], %[temp2] \n\t"
336 [temp3]"=&f"(temp3), [temp4]"=&f"(temp4), [temp5]"=&f"(temp5),