Lines Matching refs:temp0
78 "lw %[temp0], 0(%[src]) \n\t"
87 "sw %[temp0], 0(%[dst]) \n\t"
99 : [temp0]"=&r"(temp[0]), [temp1]"=&r"(temp[1]),
150 float temp0, temp1, temp2, temp3;
165 temp0 = src0_prev[0];
171 dst0[0] = temp0 * wj - temp1 * wi;
172 dst1[0] = temp0 * wi + temp1 * wj;
177 temp0 = src0[128];
184 dst0[256] = temp0 * wj - temp1 * wi;
185 dst1[256] = temp0 * wi + temp1 * wj;
189 temp0 = src0[384];
191 dst0[512] = temp0 * wj - temp1 * wi;
192 dst2[0] = temp0 * wi + temp1 * wj;
304 "lwc1 %[temp0], 0(%[ptr2]) \n\t"
312 "mul.s %[temp8], %[temp0], %[temp4] \n\t"
324 : [temp0]"=&f"(temp[0]), [temp1]"=&f"(temp[1]),
344 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7;
383 "lw %[temp0], 0(%[src]) \n\t"
392 "sw %[temp0], 0(%[dst]) \n\t"
412 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),