Lines Matching defs:tmp1

36     mips_reg tmp0, tmp1, tmp2, bit;
44 /* tmp1: RangeLPS */
45 "lbu %[tmp1], %[lps_off](%[tmp0]) \n\t"
47 PTR_SUBU "%[c_range], %[c_range], %[tmp1] \n\t"
51 "move %[c_range], %[tmp1] \n\t"
56 /* tmp1: *state */
58 "lbu %[tmp1], %[mlps_off](%[tmp0]) \n\t"
63 "sb %[tmp1], 0(%[state]) \n\t"
68 "and %[tmp1], %[c_low], %[cabac_mask] \n\t"
69 "bnez %[tmp1], 1f \n\t"
83 "and %[tmp1], %[tmp0], 0xff00ff00 \n\t"
84 "srl %[tmp1], %[tmp1], 8 \n\t"
87 "or %[tmp0], %[tmp0], %[tmp1] \n\t"
93 "li %[tmp1], 0x07 \n\t"
94 PTR_SUBU "%[tmp1], %[tmp1], %[tmp2] \n\t"
95 PTR_SLL "%[tmp0], %[tmp0], %[tmp1] \n\t"
106 : [bit]"=&r"(bit), [tmp0]"=&r"(tmp0), [tmp1]"=&r"(tmp1), [tmp2]"=&r"(tmp2),
126 mips_reg tmp0, tmp1;
133 "lhu %[tmp1], 0(%[c_bytestream]) \n\t"
135 "lhu %[tmp1], 0(%[c_bytestream]) \n\t"
137 "wsbh %[tmp1], %[tmp1] \n\t"
139 "and %[tmp0], %[tmp1], 0xff00ff00 \n\t"
141 "and %[tmp1], %[tmp1], 0x00ff00ff \n\t"
142 "sll %[tmp1], %[tmp1], 8 \n\t"
143 "or %[tmp1], %[tmp1], %[tmp0] \n\t"
146 PTR_SLL "%[tmp1], %[tmp1], 0x01 \n\t"
147 PTR_SUBU "%[tmp1], %[tmp1], %[cabac_mask] \n\t"
148 PTR_ADDU "%[c_low], %[c_low], %[tmp1] \n\t"
153 PTR_ADDIU "%[tmp1], %[c_bytestream], 0x02 \n\t"
154 "movn %[c_bytestream], %[tmp1], %[tmp0] \n\t"
157 PTR_SLL "%[tmp1], %[c_range], 0x11 \n\t"
158 "slt %[tmp0], %[c_low], %[tmp1] \n\t"
159 PTR_SUBU "%[tmp1], %[c_low], %[tmp1] \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;
185 "lhu %[tmp1], 0(%[c_bytestream]) \n\t"
187 "lhu %[tmp1], 0(%[c_bytestream]) \n\t"
189 "wsbh %[tmp1], %[tmp1] \n\t"
191 "and %[tmp0], %[tmp1], 0xff00ff00 \n\t"
193 "and %[tmp1], %[tmp1], 0x00ff00ff \n\t"
194 "sll %[tmp1], %[tmp1], 8 \n\t"
195 "or %[tmp1], %[tmp1], %[tmp0] \n\t"
198 PTR_SLL "%[tmp1], %[tmp1], 0x01 \n\t"
199 PTR_SUBU "%[tmp1], %[tmp1], %[cabac_mask] \n\t"
200 PTR_ADDU "%[c_low], %[c_low], %[tmp1] \n\t"
205 PTR_ADDIU "%[tmp1], %[c_bytestream], 0x02 \n\t"
206 "movn %[c_bytestream], %[tmp1], %[tmp0] \n\t"
209 PTR_SLL "%[tmp1], %[c_range], 0x11 \n\t"
210 "slt %[tmp0], %[c_low], %[tmp1] \n\t"
211 PTR_SUBU "%[tmp1], %[c_low], %[tmp1] \n\t"
212 "movz %[c_low], %[tmp1], %[tmp0] \n\t"
213 PTR_SUBU "%[tmp1], %[zero], %[res] \n\t"
214 "movn %[res], %[tmp1], %[tmp0] \n\t"
215 : [tmp0]"=&r"(tmp0), [tmp1]"=&r"(tmp1), [res]"+&r"(res),