Lines Matching full:temp0
27 "lbu %[temp0], 0(%[y]) \n\t" \
32 "mul %[temp0], %[t_con_5], %[temp0] \n\t" \
39 "addu %[temp5], %[temp0], %[temp1] \n\t" \
40 "subu %[temp6], %[temp0], %[temp2] \n\t" \
41 "addu %[temp7], %[temp0], %[temp4] \n\t" \
43 "lbu %[temp0], 1(%[y]) \n\t" \
48 "mul %[temp0], %[t_con_5], %[temp0] \n\t" \
62 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), \
76 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \