Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dhost-utils.c404 Int128 divs256(Int128 *plow, Int128 *phigh, Int128 divisor) in divs256() function
/openbmc/qemu/include/qemu/
H A Dhost-utils.h860 Int128 divs256(Int128 *plow, Int128 *phigh, Int128 divisor);
/openbmc/qemu/target/ppc/
H A Dint_helper.c1197 divs256(&low, &high, b->s128); in helper_VDIVESQ()