Lines Matching defs:src0
197 float *src0 = (float*)&src[0][0];
203 "lwc1 %[temp0], 0(%[src0]) \n\t"
204 "lwc1 %[temp1], 4(%[src0]) \n\t"
205 "lwc1 %[temp2], 8(%[src0]) \n\t"
206 "lwc1 %[temp3], 12(%[src0]) \n\t"
207 "lwc1 %[temp4], 16(%[src0]) \n\t"
208 "lwc1 %[temp5], 20(%[src0]) \n\t"
209 "lwc1 %[temp6], 24(%[src0]) \n\t"
210 "lwc1 %[temp7], 28(%[src0]) \n\t"
232 PTR_ADDIU "%[src0], %[src0], 32 \n\t"
237 [temp9]"=&f"(temp9), [dst0]"+r"(dst0), [src0]"+r"(src0),
245 static void ps_mul_pair_single_mips(float (*dst)[2], float (*src0)[2], float *src1,
251 p_s0 = &src0[0][0];