Home | History | Annotate | Download | only in dsp

Lines Matching defs:temp3

29       int temp1, temp2, temp3;
37 "srl %[temp3], %[temp0], 24 \n\t"
42 "sb %[temp3], -4(%[pdst]) \n\t"
44 [temp3]"=&r"(temp3), [palpha]"+r"(palpha), [pdst]"+r"(pdst),
95 int temp0, temp1, temp2, temp3, alpha;
106 "ext %[temp3], %[argb], 16, 8 \n\t"
109 "mul %[temp3], %[temp3], %[temp0] \n\t"
111 "addu %[temp3], %[temp3], %[c_8000000] \n\t"
113 "precrq.ph.w %[temp3], %[argb], %[temp3] \n\t"
114 "precrq.qb.ph %[temp1], %[temp3], %[temp1] \n\t"
116 [temp3]"=&r"(temp3), [alpha]"=&r"(alpha)
132 int temp0, temp1, temp2, temp3, offset;
143 "lbux %[temp3], %[offset](%[b]) \n\t"
145 "ins %[temp3], %[temp2], 16, 16 \n\t"
147 "precr.qb.ph %[temp0], %[temp1], %[temp3] \n\t"
156 "lbux %[temp3], %[offset](%[b]) \n\t"
158 "ins %[temp3], %[temp2], 16, 16 \n\t"
159 "precr.qb.ph %[temp0], %[temp1], %[temp3] \n\t"
163 [temp3]"=&r"(temp3), [offset]"=&r"(offset), [out]"+&r"(out)