Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-shift128.c114 ulshift(&tmp.low, &tmp.high, tmp.shift, &overflow); in test_lshift()
/openbmc/qemu/util/
H A Dhost-utils.c245 void ulshift(uint64_t *plow, uint64_t *phigh, int32_t shift, bool *overflow) in ulshift() function
/openbmc/qemu/include/qemu/
H A Dhost-utils.h780 void ulshift(uint64_t *plow, uint64_t *phigh, int32_t shift, bool *overflow);
/openbmc/qemu/target/ppc/
H A Dint_helper.c2740 ulshift(&ret.VsrD(1), &ret.VsrD(0), i * 4, &ox_flag); in helper_bcds()
2779 ulshift(&ret.VsrD(1), &ret.VsrD(0), i * 4, &ox_flag); in helper_bcdus()
2820 ulshift(&ret.VsrD(1), &ret.VsrD(0), i * 4, &ox_flag); in helper_bcdsr()