Lines Matching defs:tmp2
51 /* tmp2: lps_mask */ \
53 "ld.bu %[tmp2], %[tmp0], %[norm_off] \n\t" \
57 "sll.d %[c_range], %[c_range], %[tmp2] \n\t" \
58 "sll.d %[c_low], %[c_low], %[tmp2] \n\t" \
64 "addi.d %[tmp2], %[tmp0], -16 \n\t" \
68 "sll.d %[tmp0], %[tmp0], %[tmp2] \n\t" \
93 /* tmp2: lps_mask */ \
95 "ld.bu %[tmp2], %[tmp0], %[norm_off] \n\t" \
99 "sll.d %[c_range], %[c_range], %[tmp2] \n\t" \
100 "sll.d %[c_low], %[c_low], %[tmp2] \n\t" \
106 "addi.d %[tmp2], %[tmp0], -16 \n\t" \
110 "sll.d %[tmp0], %[tmp0], %[tmp2] \n\t" \
123 int64_t tmp0, tmp1, tmp2, bit;
131 : [bit]"=&r"(bit), [tmp0]"=&r"(tmp0), [tmp1]"=&r"(tmp1), [tmp2]"=&r"(tmp2),
151 int64_t tmp0, tmp1, tmp2;
173 "masknez %[tmp2], %[one], %[tmp0] \n\t"
175 "or %[res], %[res], %[tmp2] \n\t"
176 "masknez %[tmp2], %[tmp1], %[tmp0] \n\t"
178 "or %[c_low], %[c_low], %[tmp2] \n\t"
179 : [tmp0]"=&r"(tmp0), [tmp1]"=&r"(tmp1), [tmp2]"=&r"(tmp2),