Searched refs:divu128 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/util/ |
H A D | int128.c | 49 tmp = divu128(&lo, &hi, v.lo); in divrem128() 58 divu128(&lo, &tmp, hi); in divrem128() 63 divu128(&lo, &tmp, hi); in divrem128()
|
H A D | host-utils.c | 95 uint64_t divu128(uint64_t *plow, uint64_t *phigh, uint64_t divisor) in divu128() function 182 rem = divu128(&unsig_lo, &unsig_hi, (uint64_t)divisor); in divs128()
|
/openbmc/qemu/tests/unit/ |
H A D | test-div128.c | 168 rem = divu128(&tmp.low, &tmp.high, tmp.divisor); in test_divu128()
|
/openbmc/qemu/include/hw/ |
H A D | clock.h | 327 divu128(&lo, &hi, clk->period); in clock_ns_to_ticks()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | int_helper.c | 93 uint64_t r = divu128(&al, &ah, b); in HELPER()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 64 static inline uint64_t divu128(uint64_t *plow, uint64_t *phigh, in divu128() function 88 uint64_t divu128(uint64_t *plow, uint64_t *phigh, uint64_t divisor);
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 113 divu128(&rt, &ra, rb); in helper_DIVDEU() 1179 divu128(&low, &high, b->u64[i]); in helper_VDIVEUD() 2627 rem = divu128(&lo_value, &hi_value, 1000000000000000ULL); in helper_bcdcfsq()
|
/openbmc/qemu/libdecnumber/ |
H A D | decNumber.c | 495 rem = divu128(&lo, &hi, DECDPUNMAX + 1); in decNumberFromUInt128()
|