Lines Matching refs:res
127 int res = 0;
160 "movz %[res], %[one], %[tmp0] \n\t"
162 : [tmp0]"=&r"(tmp0), [tmp1]"=&r"(tmp1), [res]"+&r"(res),
172 return res;
179 int res = val;
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),
226 return res;