Home | History | Annotate | Download | only in dsp

Lines Matching refs:temp0

111   int i, temp0, temp1;
120 "lw %[temp0], 0(%[pop]) \n\t"
124 "madd %[i], %[temp0] \n\t"
128 "mfhi %[temp0] \n\t"
130 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
136 return (double)((int64_t)temp0 << 32 | temp1);
157 int i, temp0, temp1, temp2, temp3;
167 "lw %[temp0], 0(%[pX]) \n\t"
172 "addu %[temp0], %[temp0], %[temp1] \n\t"
176 "madd %[i], %[temp0] \n\t"
180 "mfhi %[temp0] \n\t"
182 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
189 return (double)((int64_t)temp0 << 32 | temp1);
194 "sll %[temp1], %[temp0], 3 \n\t" \
200 "lw %[temp0], 4(%[temp2]) \n\t" \
202 "addu %[temp0], %[temp0], %[streak] \n\t" \
204 "sw %[temp0], 4(%[temp2]) \n\t" \
208 "lw %[temp0], 0(%[temp2]) \n\t" \
209 "addu %[temp0], %[temp0], %[streak] \n\t" \
210 "sw %[temp0], 0(%[temp2]) \n\t" \
213 [temp3]"=&r"(temp3), [temp0]"+r"(temp0) \
226 int temp0, temp1, temp2, temp3;
233 temp0 = (population[i] != 0);
238 temp0 = (population[i] != 0);
251 int temp0, temp1, temp2, temp3;
260 temp0 = (xy != 0);
267 temp0 = (xy != 0);
288 "ulw %[temp0], "#A"(%["#P0"]) \n\t" \
296 "addu %[temp4], %[temp4], %[temp0] \n\t" \
313 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), \
367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7;