/external/qemu/ |
tcg-runtime.c | 94 mulu64(&l, &h, arg1, arg2);
|
/external/qemu/util/ |
host-utils.c | 68 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
|
/external/qemu/include/qemu/ |
host-utils.h | 32 static inline void mulu64(uint64_t *plow, uint64_t *phigh, function 49 void mulu64(uint64_t *phigh, uint64_t *plow, uint64_t a, uint64_t b);
|
/external/qemu/target-i386/ |
int_helper.c | 363 mulu64(&r0, &r1, EAX, t0);
|
/external/qemu/tcg/ |
optimize.c | 299 mulu64(&l64, &h64, x, y); [all...] |
/external/qemu/target-mips/ |
op_helper.c | 349 mulu64(&(env->active_tc.LO[0]), &(env->active_tc.HI[0]), arg1, arg2); [all...] |