Home | History | Annotate | Download | only in coregrind

Lines Matching full:divlu2

3499 static UInt divlu2(UInt u1, UInt u0, UInt v, UInt *r)
3566 q = divlu2(u1, u0, v, (UInt *)r);
3647 return divlu2(uHi, uLo, v, NULL);