Home | History | Annotate | Download | only in dsp

Lines Matching defs:temp0

19   int temp0, temp1;
48 "sll %[temp0], %[n], 1 \n\t"
49 "lhx %[v_reg], %[temp0](%[res_coeffs]) \n\t"
52 "sltiu %[temp0], %[v_reg], 2 \n\t"
54 "movz %[ctx_reg], %[const_2], %[temp0] \n\t"
57 "slt %[temp0], %[v_reg], %[const_max_level] \n\t"
58 "movz %[v_reg], %[const_max_level], %[temp0] \n\t"
62 "lhx %[temp0], %[v_reg](%[t]) \n\t"
65 "addu %[cost], %[cost], %[temp0] \n\t"
71 [ctx_reg]"=&r"(ctx_reg), [p_costs]"+&r"(p_costs), [temp0]"=&r"(temp0),