Home
last modified time | relevance | path

Searched refs:revbit32 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c27 return (int32_t)revbit32(rj); in helper_bitrev_w()
/openbmc/qemu/include/qemu/
H A Dhost-utils.h400 static inline uint32_t revbit32(uint32_t x) in revbit32() function
702 # define revbitl revbit32
/openbmc/qemu/target/riscv/
H A Dvcrypto_helper.c152 RVVCALL(OPIVV1, vbrev_v_w, OP_UU_W, H4, H4, revbit32) in RVVCALL()
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c1775 n = revbit32(n); in do_vbrsrw()
H A Dsve_helper.c972 DO_ZPZ(sve_rbit_s, uint32_t, H1_4, revbit32) in DO_ZPZ()