Lines Matching full:temp0
19 int temp0, temp1;
45 "sll %[temp0], %[n], 1 \n\t"
47 " addu %[res_coeffs], %[res_coeffs], %[temp0] \n\t"
51 "negu %[temp0], %[v_reg] \n\t"
53 "movn %[v_reg], %[temp0], %[temp1] \n\t"
54 "sltiu %[temp0], %[v_reg], 2 \n\t"
56 "movz %[ctx_reg], %[const_2], %[temp0] \n\t"
60 "slt %[temp0], %[v_reg], %[const_max_level] \n\t"
61 "movz %[v_reg], %[const_max_level], %[temp0] \n\t"
66 "lhu %[temp0], 0(%[v_reg]) \n\t"
69 "addu %[cost], %[cost], %[temp0] \n\t"
76 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0),
102 int temp0, temp1, temp2, n, n1;
112 "ulw %[temp0], 0(%[p_coeffs]) \n\t"
113 "beqz %[temp0], 1f \n\t"
115 " sll %[temp1], %[temp0], 16 \n\t"
117 " srl %[temp1], %[temp0], 16 \n\t"
120 "movz %[temp0], %[n1], %[temp1] \n\t"
121 "movn %[temp0], %[n], %[temp1] \n\t"
123 " addiu %[temp2], %[temp0], 0 \n\t"
130 : [p_coeffs]"+&r"(p_coeffs), [temp0]"=&r"(temp0),