Lines Matching refs:sum1
72 int sum1 = 0;
148 "extr.w %[sum1],$ac0,24 \n\t"
151 "slt %[temp2], %[sum1], %[min_asm] \n\t"
152 "movn %[sum1], %[min_asm],%[temp2] \n\t"
153 "slt %[temp2], %[max_asm],%[sum1] \n\t"
154 "movn %[sum1], %[max_asm],%[temp2] \n\t"
155 "sh %[sum1], 0(%[samples]) \n\t"
158 "extr.w %[sum1], $ac0, 24 \n\t"
162 "slt %[temp2], %[sum1], %[min_asm] \n\t"
163 "movn %[sum1], %[min_asm], %[temp2] \n\t"
164 "slt %[temp2], %[max_asm], %[sum1] \n\t"
165 "movn %[sum1], %[max_asm], %[temp2] \n\t"
166 "sh %[sum1], 0(%[samples]) \n\t"
171 [sum1] "+r" (sum1), [w] "+r" (w), [temp3] "+r" (temp3)
273 "extr.w %[sum1], $ac0, 24 \n\t"
277 "slt %[temp2], %[sum1], %[min_asm] \n\t"
278 "movn %[sum1], %[min_asm], %[temp2] \n\t"
279 "slt %[temp2], %[max_asm], %[sum1] \n\t"
280 "movn %[sum1], %[max_asm], %[temp2] \n\t"
281 "sh %[sum1], 0(%[samples]) \n\t"
283 "extr.w %[sum1], $ac1, 24 \n\t"
285 "slt %[temp2], %[sum1], %[min_asm] \n\t"
286 "movn %[sum1], %[min_asm], %[temp2] \n\t"
287 "slt %[temp2], %[max_asm], %[sum1] \n\t"
288 "movn %[sum1], %[max_asm], %[temp2] \n\t"
289 "sh %[sum1], 0(%[samples2]) \n\t"
294 [p_temp1] "+r" (p_temp1), [p_temp2] "+r" (p_temp2), [sum1] "+r" (sum1),
334 "extr.w %[sum1], $ac0, 24 \n\t"
337 "slt %[temp2], %[sum1], %[min_asm] \n\t"
338 "movn %[sum1], %[min_asm], %[temp2] \n\t"
339 "slt %[temp2], %[max_asm], %[sum1] \n\t"
340 "movn %[sum1], %[max_asm], %[temp2] \n\t"
341 "sh %[sum1], 0(%[samples]) \n\t"
345 [w_asm2] "=&r" (w_asm2), [p_asm2] "=&r" (p_asm2), [sum1] "+r" (sum1)