Searched refs:mulu64 (Results 1 – 6 of 6) sorted by relevance
/external/qemu/include/qemu/ |
D | host-utils.h | 32 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/ |
D | tcg-runtime.c | 94 mulu64(&l, &h, arg1, arg2); in tcg_helper_muluh_i64()
|
/external/qemu/util/ |
D | host-utils.c | 68 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in mulu64() function
|
/external/qemu/target-i386/ |
D | int_helper.c | 363 mulu64(&r0, &r1, EAX, t0); in helper_mulq_EAX_T0()
|
/external/qemu/tcg/ |
D | optimize.c | 299 mulu64(&l64, &h64, x, y); in do_constant_folding_2()
|
/external/qemu/target-mips/ |
D | op_helper.c | 349 mulu64(&(env->active_tc.LO[0]), &(env->active_tc.HI[0]), arg1, arg2); in helper_dmultu()
|