HomeSort by relevance Sort by last modified time
    Searched defs:muls64 (Results 1 - 2 of 2) sorted by null

  /external/qemu/
host-utils.c 86 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",
host-utils.h 38 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);

Completed in 27 milliseconds