Lines Matching defs:tmp2
36 mips_reg tmp0, tmp1, tmp2, bit;
49 "slt %[tmp2], %[tmp0], %[c_low] \n\t"
50 "beqz %[tmp2], 1f \n\t"
59 /* tmp2: lps_mask */
61 "lbu %[tmp2], %[norm_off](%[tmp0]) \n\t"
65 PTR_SLL "%[c_range], %[c_range], %[tmp2] \n\t"
66 PTR_SLL "%[c_low], %[c_low], %[tmp2] \n\t"
74 /* tmp2: ff_h264_norm_shift[x >> (CABAC_BITS - 1)] */
75 "lbu %[tmp2], %[norm_off](%[tmp0]) \n\t"
94 PTR_SUBU "%[tmp1], %[tmp1], %[tmp2] \n\t"
102 PTR_ADDIU "%[tmp2], %[c_bytestream], 0x02 \n\t"
103 "movn %[c_bytestream], %[tmp2], %[tmp0] \n\t"
106 : [bit]"=&r"(bit), [tmp0]"=&r"(tmp0), [tmp1]"=&r"(tmp1), [tmp2]"=&r"(tmp2),