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

/vbox/src/recompiler/
H A Dhost-utils.c54 static void mul64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
82 mul64(plow, phigh, a, b);
100 mul64(plow, phigh, a, b);

Completed in 53 milliseconds