Home | History | Annotate | Download | only in dsp

Lines Matching defs:temp3

38     int temp1, temp2, temp3;
61 "mul %[temp3], %[sum], %[x_sub] \n\t"
66 "subu %[temp3], %[temp3], %[frac] \n\t"
67 "sw %[temp3], 0(%[frow]) \n\t"
70 : [accum]"=&r"(accum), [src1]"+r"(src1), [temp3]"=&r"(temp3),
97 int temp1, temp2, temp3, temp4;
103 "addiu %[temp3], %[src_width], -1 \n\t"
106 "bgtz %[temp3], 0f \n\t"
114 "subu %[temp3], %[temp2], %[temp1] \n\t"
115 "mul %[temp3], %[temp3], %[accum] \n\t"
117 "addu %[temp3], %[temp4], %[temp3] \n\t"
118 "sw %[temp3], 0(%[frow]) \n\t"
121 "subu %[temp3], %[x_out], %[x_out_max] \n\t"
122 "bgez %[temp3], 2f \n\t"
133 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), [temp4]"=&r"(temp4),
152 int temp0, temp1, temp3, temp4, temp5, loop_end;
161 "li %[temp3], 0x10000 \n\t"
168 "mult %[temp3], %[temp4] \n\t"
173 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),
183 "li %[temp3], 0x10000 \n\t"
190 "mult %[temp3], %[temp4] \n\t"
196 "mult %[temp3], %[temp4] \n\t"
201 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),
216 int temp0, temp1, temp3, temp4, temp5, loop_end;
226 "li %[temp3], 0x10000 \n\t"
231 "mult %[temp3], %[temp4] \n\t"
239 "mult %[temp3], %[temp4] \n\t"
245 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),
253 "li %[temp3], 0x10000 \n\t"
260 "mult %[temp3], %[temp4] \n\t"
266 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),