Home | History | Annotate | Download | only in coregrind

Lines Matching refs:DIVU

3263    dividend is less than the divisor, one execution of DIVU is all that
3276 (unsigned long long for DIVU and long long for DIVS. They are
3281 In practice, these would be replaced with uses of the machine's DIVU
3284 static UInt DIVU ( ULong u, UInt v )
3306 return DIVU(u, v) // just do one division.
3311 q1 = DIVU(u1, v) // First quotient digit.
3314 q0 = DIVU((k << 32) + u0, v) // 2nd quot. digit.
3324 q1 = DIVU(u1, v1) // Get quotient from