Searched refs:divs128 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-div128.c | 184 rem = divs128(&tmp.low, &tmp.high, tmp.divisor); in test_divs128()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 75 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);
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 158 int64_t divs128(uint64_t *plow, int64_t *phigh, int64_t divisor) in divs128() function
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 134 divs128(&rt, &ra, rb); in helper_DIVDE() 1163 divs128(&low, &high, b->s64[i]); in helper_VDIVESD()
|