Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtcg-runtime.c133 return clrsb32(arg); in HELPER()
/qemu/include/qemu/
H A Dhost-utils.h282 static inline int clrsb32(uint32_t val) in clrsb32() function
/qemu/target/tricore/
H A Dop_helper.c1774 ret_hw0 = clrsb32(ret_hw0 << 16); in helper_cls_h()
1775 ret_hw1 = clrsb32(ret_hw1 << 16); in helper_cls_h()
/qemu/target/arm/tcg/
H A Dmve_helper.c800 #define DO_CLS_B(N) (clrsb32(N) - 24)
801 #define DO_CLS_H(N) (clrsb32(N) - 16)
805 DO_1OP(vclsw, 4, int32_t, clrsb32)
H A Dsve_helper.c845 #define DO_CLS_B(N) (clrsb32(N) - 24)
846 #define DO_CLS_H(N) (clrsb32(N) - 16)
850 DO_ZPZ(sve_cls_s, int32_t, H1_4, clrsb32)