Home | History | Annotate | Download | only in dsp

Lines Matching refs:frow

37     rescaler_t* frow = wrk->frow + channel;
67 "sw %[temp3], 0(%[frow]) \n\t"
68 "addu %[frow], %[frow], %[x_stride1] \n\t"
72 [frow]"+r"(frow), [accum1]"=&r"(accum1),
96 rescaler_t* frow = wrk->frow + channel;
118 "sw %[temp3], 0(%[frow]) \n\t"
119 "addu %[frow], %[frow], %[x_stride1] \n\t"
134 [x_out]"+r"(x_out), [frac]"=&r"(frac), [frow]"+r"(frow)
151 const rescaler_t* frow = wrk->frow;
163 "addu %[loop_end], %[frow], %[temp6] \n\t"
165 "lw %[temp0], 0(%[frow]) \n\t"
167 "addiu %[frow], %[frow], 4 \n\t"
172 "bne %[frow], %[loop_end], 1b \n\t"
174 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow),
185 "addu %[loop_end], %[frow], %[temp6] \n\t"
187 "lw %[temp0], 0(%[frow]) \n\t"
193 "addiu %[frow], %[frow], 4 \n\t"
200 "bne %[frow], %[loop_end], 1b \n\t"
202 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow),
214 const rescaler_t* frow = wrk->frow;
228 "addu %[loop_end], %[frow], %[temp6] \n\t"
230 "lw %[temp0], 0(%[frow]) \n\t"
232 "addiu %[frow], %[frow], 4 \n\t"
244 "bne %[frow], %[loop_end], 1b \n\t"
246 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow),