Searched refs:muls64 (Results 1 - 6 of 6) sorted by relevance

/external/qemu/include/qemu/
H A Dhost-utils.h40 static inline void muls64(uint64_t *plow, uint64_t *phigh, function
48 void muls64(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b);
/external/qemu/
H A Dtcg-runtime.c101 muls64(&l, &h, arg1, arg2);
/external/qemu/util/
H A Dhost-utils.c74 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) function
/external/qemu/target-i386/
H A Dint_helper.c374 muls64(&r0, &r1, EAX, t0);
385 muls64(&r0, &r1, t0, t1);
/external/qemu/tcg/
H A Doptimize.c302 muls64(&l64, &h64, x, y);
/external/qemu/target-mips/
H A Dop_helper.c344 muls64(&(env->active_tc.LO[0]), &(env->active_tc.HI[0]), arg1, arg2);

Completed in 1329 milliseconds