Home | History | Annotate | Download | only in dsp

Lines Matching defs:temp2

20   int temp0, temp1, temp2, temp3, offset;
30 "lbux %[temp2], %[offset](%[g]) \n\t"
33 "ins %[temp3], %[temp2], 16, 16 \n\t"
43 "lbux %[temp2], %[offset](%[g]) \n\t"
46 "ins %[temp3], %[temp2], 16, 16 \n\t"
50 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
60 int temp0, temp1, temp2, offset;
70 "lbux %[temp2], %[offset](%[b]) \n\t"
72 "ins %[temp2], %[temp1], 16, 16 \n\t"
74 "precr.qb.ph %[temp0], %[temp0], %[temp2] \n\t"
82 "lbux %[temp2], %[offset](%[b]) \n\t"
84 "ins %[temp2], %[temp1], 16, 16 \n\t"
85 "precr.qb.ph %[temp0], %[temp0], %[temp2] \n\t"
88 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),