Home
last modified time | relevance | path

Searched refs:divu256 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/util/
H A Dhost-utils.c338 Int128 divu256(Int128 *plow, Int128 *phigh, Int128 divisor) in divu256() function
428 rem = divu256(&unsig_lo, &unsig_hi, divisor); in divs256()
/openbmc/qemu/include/qemu/
H A Dhost-utils.h859 Int128 divu256(Int128 *plow, Int128 *phigh, Int128 divisor);
/openbmc/qemu/target/ppc/
H A Dint_helper.c1211 divu256(&low, &high, b->s128); in helper_VDIVEUQ()