Home | History | Annotate | Download | only in dsp

Lines Matching defs:temp2

153   int i, temp0, temp1, temp2, temp3;
165 "lw %[temp2], 4(%[pX]) \n\t"
169 "addu %[temp2], %[temp2], %[temp3] \n\t"
173 "madd %[i], %[temp2] \n\t"
179 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3),
192 "addu %[temp2], %[pstreaks], %[temp1] \n\t" \
196 "lw %[temp0], 4(%[temp2]) \n\t" \
200 "sw %[temp0], 4(%[temp2]) \n\t" \
204 "lw %[temp0], 0(%[temp2]) \n\t" \
206 "sw %[temp0], 0(%[temp2]) \n\t" \
208 : [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), \
221 int temp0, temp1, temp2, temp3;
259 "ulw %[temp2], " #C "(%[" #P0 "]) \n\t" \
267 "addu %[temp6], %[temp6], %[temp2] \n\t" \
283 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), \
336 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7;