Searched refs:mulu64 (Results 1 - 3 of 3) sorted by relevance

/external/qemu/
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);
H A Dhost-utils.c76 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
80 printf("mulu64: 0x%016llx * 0x%016llx = 0x%016llx%016llx\n",
/external/qemu/target-i386/
H A Dop_helper.c4622 mulu64(&r0, &r1, EAX, t0);

Completed in 83 milliseconds