Home
last modified time | relevance | path

Searched refs:muls64 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dhost-utils.h38 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);
Dhost-utils.c86 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64() function
/external/qemu/target-i386/
Dop_helper.c4633 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/
Dop_helper.c269 muls64(&(env->active_tc.LO[0]), &(env->active_tc.HI[0]), arg1, arg2); in helper_dmult()