Searched refs:ulshift (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-shift128.c | 114 ulshift(&tmp.low, &tmp.high, tmp.shift, &overflow); in test_lshift()
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 245 void ulshift(uint64_t *plow, uint64_t *phigh, int32_t shift, bool *overflow) in ulshift() function
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 780 void ulshift(uint64_t *plow, uint64_t *phigh, int32_t shift, bool *overflow);
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2740 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()
|