Lines Matching defs:tmp0

36     mips_reg tmp0, tmp1, tmp2, bit;
40 "and %[tmp0], %[c_range], 0xC0 \n\t"
41 PTR_SLL "%[tmp0], %[tmp0], 0x01 \n\t"
42 PTR_ADDU "%[tmp0], %[tmp0], %[tables] \n\t"
43 PTR_ADDU "%[tmp0], %[tmp0], %[bit] \n\t"
45 "lbu %[tmp1], %[lps_off](%[tmp0]) \n\t"
48 PTR_SLL "%[tmp0], %[c_range], 0x11 \n\t"
49 "slt %[tmp2], %[tmp0], %[c_low] \n\t"
53 PTR_SUBU "%[c_low], %[c_low], %[tmp0] \n\t"
57 PTR_ADDU "%[tmp0], %[tables], %[bit] \n\t"
58 "lbu %[tmp1], %[mlps_off](%[tmp0]) \n\t"
60 PTR_ADDU "%[tmp0], %[tables], %[c_range] \n\t"
61 "lbu %[tmp2], %[norm_off](%[tmp0]) \n\t"
70 PTR_ADDIU "%[tmp0], %[c_low], -0X01 \n\t"
71 "xor %[tmp0], %[c_low], %[tmp0] \n\t"
72 PTR_SRA "%[tmp0], %[tmp0], 0x0f \n\t"
73 PTR_ADDU "%[tmp0], %[tmp0], %[tables] \n\t"
75 "lbu %[tmp2], %[norm_off](%[tmp0]) \n\t"
77 "lhu %[tmp0], 0(%[c_bytestream]) \n\t"
79 "lhu %[tmp0], 0(%[c_bytestream]) \n\t"
81 "wsbh %[tmp0], %[tmp0] \n\t"
83 "and %[tmp1], %[tmp0], 0xff00ff00 \n\t"
85 "and %[tmp0], %[tmp0], 0x00ff00ff \n\t"
86 "sll %[tmp0], %[tmp0], 8 \n\t"
87 "or %[tmp0], %[tmp0], %[tmp1] \n\t"
90 PTR_SLL "%[tmp0], %[tmp0], 0x01 \n\t"
91 PTR_SUBU "%[tmp0], %[tmp0], %[cabac_mask] \n\t"
95 PTR_SLL "%[tmp0], %[tmp0], %[tmp1] \n\t"
96 PTR_ADDU "%[c_low], %[c_low], %[tmp0] \n\t"
101 "slt %[tmp0], %[c_bytestream], %[c_bytestream_end] \n\t"
103 "movn %[c_bytestream], %[tmp2], %[tmp0] \n\t"
106 : [bit]"=&r"(bit), [tmp0]"=&r"(tmp0), [tmp1]"=&r"(tmp1), [tmp2]"=&r"(tmp2),
126 mips_reg tmp0, tmp1;
130 "and %[tmp0], %[c_low], %[cabac_mask] \n\t"
131 "bnez %[tmp0], 1f \n\t"
139 "and %[tmp0], %[tmp1], 0xff00ff00 \n\t"
140 "srl %[tmp0], %[tmp0], 8 \n\t"
143 "or %[tmp1], %[tmp1], %[tmp0] \n\t"
152 "slt %[tmp0], %[c_bytestream], %[c_bytestream_end] \n\t"
154 "movn %[c_bytestream], %[tmp1], %[tmp0] \n\t"
158 "slt %[tmp0], %[c_low], %[tmp1] \n\t"
160 "movz %[res], %[one], %[tmp0] \n\t"
161 "movz %[c_low], %[tmp1], %[tmp0] \n\t"
162 : [tmp0]"=&r"(tmp0), [tmp1]"=&r"(tmp1), [res]"+&r"(res),
178 mips_reg tmp0, tmp1;
182 "and %[tmp0], %[c_low], %[cabac_mask] \n\t"
183 "bnez %[tmp0], 1f \n\t"
191 "and %[tmp0], %[tmp1], 0xff00ff00 \n\t"
192 "srl %[tmp0], %[tmp0], 8 \n\t"
195 "or %[tmp1], %[tmp1], %[tmp0] \n\t"
204 "slt %[tmp0], %[c_bytestream], %[c_bytestream_end] \n\t"
206 "movn %[c_bytestream], %[tmp1], %[tmp0] \n\t"
210 "slt %[tmp0], %[c_low], %[tmp1] \n\t"
212 "movz %[c_low], %[tmp1], %[tmp0] \n\t"
214 "movn %[res], %[tmp1], %[tmp0] \n\t"
215 : [tmp0]"=&r"(tmp0), [tmp1]"=&r"(tmp1), [res]"+&r"(res),