Lines Matching defs:out1
66 float *out1=&out[i][0][0];
68 float *j=out1+ len*2;
83 "sw %[temp0], 0(%[out1]) \n\t"
84 "sw %[temp1], 4(%[out1]) \n\t"
85 "sw %[temp2], 8(%[out1]) \n\t"
86 "sw %[temp3], 12(%[out1]) \n\t"
87 "sw %[temp4], 16(%[out1]) \n\t"
88 "sw %[temp5], 20(%[out1]) \n\t"
89 "sw %[temp6], 24(%[out1]) \n\t"
90 "sw %[temp7], 28(%[out1]) \n\t"
91 PTR_ADDIU "%[out1], %[out1], 32 \n\t"
93 "bne %[out1], %[j], 1b \n\t"
95 : [out1]"+r"(out1), [L1]"+r"(L1), [j]"+r"(j),
103 out1-=(len<<1)-64;
115 float *out1 = (float*)out + i;
133 PTR_ADDIU "%[out1], %[out1], 1024 \n\t"
137 "sw %[temp0], -1024(%[out1]) \n\t"
139 "sw %[temp2], -768(%[out1]) \n\t"
141 "sw %[temp4], -512(%[out1]) \n\t"
143 "sw %[temp6], -256(%[out1]) \n\t"
150 [out1]"+r"(out1), [out2]"+r"(out2),
166 PTR_ADDIU "%[out1], %[out1], -7164 \n\t"
170 "sw %[temp0], 7164(%[out1]) \n\t"
172 "sw %[temp2], 7420(%[out1]) \n\t"
174 "sw %[temp4], 7676(%[out1]) \n\t"
176 "sw %[temp6], 7932(%[out1]) \n\t"
183 [out1]"+r"(out1), [out2]"+r"(out2),