Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-shift128.c127 urshift(&tmp.low, &tmp.high, tmp.shift); in test_rshift()
/openbmc/qemu/util/
H A Dhost-utils.c216 void urshift(uint64_t *plow, uint64_t *phigh, int32_t shift) in urshift() function
256 urshift(&low, &high, 128 - shift); in ulshift()
/openbmc/qemu/include/qemu/
H A Dhost-utils.h766 void urshift(uint64_t *plow, uint64_t *phigh, int32_t shift);
/openbmc/qemu/target/ppc/
H A Dint_helper.c2742 urshift(&ret.VsrD(1), &ret.VsrD(0), -i * 4); in helper_bcds()
2781 urshift(&ret.VsrD(1), &ret.VsrD(0), -i * 4); in helper_bcdus()
2822 urshift(&ret.VsrD(1), &ret.VsrD(0), -i * 4); in helper_bcdsr()