Home | History | Annotate | Download | only in coregrind

Lines Matching full:divlu2

3614 static UInt divlu2(UInt u1, UInt u0, UInt v, UInt *r)
3681 q = divlu2(u1, u0, v, (UInt *)r);
3762 return divlu2(uHi, uLo, v, NULL);