Searched refs:muls64 (Results 1 – 6 of 6) sorted by relevance
/external/qemu/include/qemu/ |
D | host-utils.h | 40 static inline void muls64(uint64_t *plow, uint64_t *phigh, in muls64() function 48 void muls64(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b);
|
/external/qemu/ |
D | tcg-runtime.c | 101 muls64(&l, &h, arg1, arg2); in tcg_helper_mulsh_i64()
|
/external/qemu/util/ |
D | host-utils.c | 74 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64() function
|
/external/qemu/target-i386/ |
D | int_helper.c | 374 muls64(&r0, &r1, EAX, t0); in helper_imulq_EAX_T0() 385 muls64(&r0, &r1, t0, t1); in helper_imulq_T0_T1()
|
/external/qemu/tcg/ |
D | optimize.c | 302 muls64(&l64, &h64, x, y); in do_constant_folding_2()
|
/external/qemu/target-mips/ |
D | op_helper.c | 344 muls64(&(env->active_tc.LO[0]), &(env->active_tc.HI[0]), arg1, arg2); in helper_dmult()
|