Lines Matching defs:temp0
107 int i, temp0, temp1;
116 "lw %[temp0], 0(%[pop]) \n\t"
120 "madd %[i], %[temp0] \n\t"
124 "mfhi %[temp0] \n\t"
126 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
132 return (double)((int64_t)temp0 << 32 | temp1);
153 int i, temp0, temp1, temp2, temp3;
163 "lw %[temp0], 0(%[pX]) \n\t"
168 "addu %[temp0], %[temp0], %[temp1] \n\t"
172 "madd %[i], %[temp0] \n\t"
176 "mfhi %[temp0] \n\t"
178 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1),
185 return (double)((int64_t)temp0 << 32 | temp1);
190 "sll %[temp1], %[temp0], 3 \n\t" \
196 "lw %[temp0], 4(%[temp2]) \n\t" \
198 "addu %[temp0], %[temp0], %[streak] \n\t" \
200 "sw %[temp0], 4(%[temp2]) \n\t" \
204 "lw %[temp0], 0(%[temp2]) \n\t" \
205 "addu %[temp0], %[temp0], %[streak] \n\t" \
206 "sw %[temp0], 0(%[temp2]) \n\t" \
209 [temp3]"=&r"(temp3), [temp0]"+r"(temp0) \
221 int temp0, temp1, temp2, temp3;
236 temp0 = (*val_prev != 0);
257 "ulw %[temp0], " #A "(%[" #P0 "]) \n\t" \
265 "addu %[temp4], %[temp4], %[temp0] \n\t" \
282 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), \
336 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7;