Searched refs:muls64 (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | host-utils.h | 38 static inline void muls64(uint64_t *plow, uint64_t *phigh, in muls64() function 46 void muls64(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b);
|
D | host-utils.c | 86 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64() function
|
/external/qemu/target-i386/ |
D | op_helper.c | 4633 muls64(&r0, &r1, EAX, t0); in helper_imulq_EAX_T0() 4644 muls64(&r0, &r1, t0, t1); in helper_imulq_T0_T1()
|
/external/qemu/target-mips/ |
D | op_helper.c | 269 muls64(&(env->active_tc.LO[0]), &(env->active_tc.HI[0]), arg1, arg2); in helper_dmult()
|