Home | History | Annotate | Download | only in arm

Lines Matching defs:uresult

229   unsigned int uresult = (unsigned int) result;
234 * carry_ptr = ((uresult == ua1) ? (a2 != 0) : (uresult < ua1));
248 unsigned int uresult;
255 uresult = (unsigned int) result;
258 * carry_ptr = ((uresult == a1) ? (a2 != 0) : (uresult < ua1));
270 unsigned int uresult;
277 uresult = (unsigned int) result;
280 * carry_ptr = ((uresult == a1) ? (a2 != 0) : (uresult < ua1));