Home
last modified time | relevance | path

Searched refs:mul64 (Results 1 – 2 of 2) sorted by relevance

/qemu/util/
H A Dhost-utils.c31 static inline void mul64(uint64_t *plow, uint64_t *phigh, in mul64() function
69 mul64(plow, phigh, a, b); in mulu64()
77 mul64(plow, &rh, a, b); in muls64()
/qemu/tests/unit/
H A Dmeson.build29 'test-mul64': [],