Home
last modified time | relevance | path

Searched refs:divs128 (Results 1 – 4 of 4) sorted by relevance

/qemu/tests/unit/
H A Dtest-div128.c184 rem = divs128(&tmp.low, &tmp.high, tmp.divisor); in test_divs128()
/qemu/include/qemu/
H A Dhost-utils.h75 static inline int64_t divs128(uint64_t *plow, int64_t *phigh, in divs128() function
89 int64_t divs128(uint64_t *plow, int64_t *phigh, int64_t divisor);
/qemu/util/
H A Dhost-utils.c158 int64_t divs128(uint64_t *plow, int64_t *phigh, int64_t divisor) in divs128() function
/qemu/target/ppc/
H A Dint_helper.c134 divs128(&rt, &ra, rb); in helper_DIVDE()
1163 divs128(&low, &high, b->s64[i]); in helper_VDIVESD()