Lines Matching refs:temp1
79 "lw %[temp1], 4(%[src]) \n\t"
88 "sw %[temp1], 4(%[dst]) \n\t"
99 : [temp0]"=&r"(temp[0]), [temp1]"=&r"(temp[1]),
150 float temp0, temp1, temp2, temp3;
166 temp1 = src1_prev[0];
171 dst0[0] = temp0 * wj - temp1 * wi;
172 dst1[0] = temp0 * wi + temp1 * wj;
178 temp1 = src1[128];
184 dst0[256] = temp0 * wj - temp1 * wi;
185 dst1[256] = temp0 * wi + temp1 * wj;
190 temp1 = src1[384];
191 dst0[512] = temp0 * wj - temp1 * wi;
192 dst2[0] = temp0 * wi + temp1 * wj;
305 "lwc1 %[temp1], -4(%[ptr2]) \n\t"
313 "mul.s %[temp9], %[temp1], %[temp5] \n\t"
324 : [temp0]"=&f"(temp[0]), [temp1]"=&f"(temp[1]),
344 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7;
384 "lw %[temp1], 4(%[src]) \n\t"
393 "sw %[temp1], 4(%[dst]) \n\t"
412 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),