Searched refs:urshift (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-shift128.c | 127 urshift(&tmp.low, &tmp.high, tmp.shift); in test_rshift()
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 216 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 D | host-utils.h | 766 void urshift(uint64_t *plow, uint64_t *phigh, int32_t shift);
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2742 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()
|