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

/external/qemu/
H A Dhost-utils.h38 static inline void muls64(uint64_t *plow, uint64_t *phigh, function
46 void muls64(uint64_t *phigh, uint64_t *plow, int64_t a, int64_t b);
H A Dhost-utils.c86 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) function
101 printf("muls64: 0x%016llx * 0x%016llx = 0x%016llx%016llx\n",
/external/qemu/target-i386/
H A Dop_helper.c4633 muls64(&r0, &r1, EAX, t0);
4644 muls64(&r0, &r1, t0, t1);

Completed in 120 milliseconds