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

/external/qemu/include/qemu/
H A Dhost-utils.h32 static inline void mulu64(uint64_t *plow, uint64_t *phigh, function
49 void mulu64(uint64_t *phigh, uint64_t *plow, uint64_t a, uint64_t b);
/external/qemu/
H A Dtcg-runtime.c94 mulu64(&l, &h, arg1, arg2);
/external/qemu/util/
H A Dhost-utils.c68 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
/external/qemu/target-i386/
H A Dint_helper.c363 mulu64(&r0, &r1, EAX, t0);
/external/qemu/tcg/
H A Doptimize.c299 mulu64(&l64, &h64, x, y);
/external/qemu/target-mips/
H A Dop_helper.c349 mulu64(&(env->active_tc.LO[0]), &(env->active_tc.HI[0]), arg1, arg2);

Completed in 131 milliseconds