Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-bitops.c130 uint64_t r = half_unshuffle64(test->shuffled); in test_half_unshuffle64()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_dist.c41 return half_unshuffle64(raw_nsacr); in mask_nsacr_ge1()
51 return half_unshuffle64(raw_nsacr); in mask_nsacr_ge2()
/openbmc/qemu/include/qemu/
H A Dbitops.h607 static inline uint64_t half_unshuffle64(uint64_t x) in half_unshuffle64() function