Home
last modified time | relevance | path

Searched defs:muls64 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dhost-utils.c73 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64() function
/openbmc/qemu/include/qemu/
H A Dhost-utils.h45 static inline void muls64(uint64_t *plow, uint64_t *phigh, in muls64() function