Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dbitops.h486 static inline uint64_t hswap64(uint64_t h) in hswap64() function
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c932 DO_ZPZ_D(sve_revh_d, uint64_t, hswap64)
2929 *(uint64_t *)(vd + i) = hswap64(b); in HELPER()
2930 *(uint64_t *)(vd + j) = hswap64(f); in HELPER()
H A Dmve_helper.c818 DO_1OP(vrev64h, 8, uint64_t, hswap64)