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

/vbox/src/recompiler/
H A Dhost-utils.c80 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
84 printf("mulu64: 0x%016llx * 0x%016llx = 0x%016llx%016llx\n",
H A Dhost-utils.h30 static inline void mulu64(uint64_t *plow, uint64_t *phigh, function
47 void mulu64(uint64_t *phigh, uint64_t *plow, uint64_t a, uint64_t b);

Completed in 49 milliseconds