Home
last modified time | relevance | path

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

/qemu/target/loongarch/tcg/
H A Dop_helper.c28 return (int32_t)revbit32(rj); in helper_bitrev_w()
/qemu/include/qemu/
H A Dhost-utils.h391 static inline uint32_t revbit32(uint32_t x) in revbit32() function
693 # define revbitl revbit32
/qemu/target/arm/tcg/
H A Dop_helper.c176 return revbit32(x); in HELPER()
H A Dmve_helper.c1736 n = revbit32(n); in do_vbrsrw()
H A Dsve_helper.c954 DO_ZPZ(sve_rbit_s, uint32_t, H1_4, revbit32) in DO_ZPZ()
/qemu/target/hexagon/
H A Dmacros.h623 #define fBREV_4(VAL) revbit32(VAL)
/qemu/target/riscv/
H A Dvcrypto_helper.c153 RVVCALL(OPIVV1, vbrev_v_w, OP_UU_W, H4, H4, revbit32) in RVVCALL()
/qemu/target/tricore/
H A Dop_helper.c2351 data = revbit32(data) >> (32 - m); in helper_crcn()