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

/vbox/src/recompiler/
H A Dhost-utils.c90 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) function
105 printf("muls64: 0x%016llx * 0x%016llx = 0x%016llx%016llx\n",
H A Dhost-utils.h38 static inline void muls64(uint64_t *plow, uint64_t *phigh, function
46 void muls64(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b);

Completed in 32 milliseconds