Home
last modified time | relevance | path

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

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