Home | History | Annotate | Download | only in dsp

Lines Matching defs:temp3

39     int temp1, temp2, temp3;
62 "mul %[temp3], %[sum], %[x_sub] \n\t"
67 "subu %[temp3], %[temp3], %[frac] \n\t"
68 "sw %[temp3], 0(%[frow]) \n\t"
71 : [accum]"=&r"(accum), [src1]"+r"(src1), [temp3]"=&r"(temp3),
99 int temp1, temp2, temp3, temp4;
105 "addiu %[temp3], %[src_width], -1 \n\t"
108 "bgtz %[temp3], 0f \n\t"
116 "subu %[temp3], %[temp2], %[temp1] \n\t"
117 "mul %[temp3], %[temp3], %[accum] \n\t"
119 "addu %[temp3], %[temp4], %[temp3] \n\t"
120 "sw %[temp3], 0(%[frow]) \n\t"
123 "subu %[temp3], %[x_out], %[x_out_max] \n\t"
124 "bgez %[temp3], 2f \n\t"
135 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), [temp4]"=&r"(temp4),
154 int temp0, temp1, temp3, temp4, temp5, loop_end;
163 "li %[temp3], 0x10000 \n\t"
170 "mult %[temp3], %[temp4] \n\t"
175 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),
185 "li %[temp3], 0x10000 \n\t"
192 "mult %[temp3], %[temp4] \n\t"
198 "mult %[temp3], %[temp4] \n\t"
203 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),
219 int temp0, temp1, temp3, temp4, temp5, loop_end;
229 "li %[temp3], 0x10000 \n\t"
234 "mult %[temp3], %[temp4] \n\t"
242 "mult %[temp3], %[temp4] \n\t"
248 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),
256 "li %[temp3], 0x10000 \n\t"
263 "mult %[temp3], %[temp4] \n\t"
269 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3),