Searched defs:div64 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c5428 static int div64(uint64_t *plow, uint64_t *phigh, uint64_t b) function
5475 if (div64(plow, phigh, b) != 0)
5530 if (div64(&r0, &r1, t0))

Completed in 269 milliseconds