Home
last modified time | relevance | path

Searched refs:ctpop16 (Results 1 – 9 of 9) sorted by relevance

/qemu/tests/unit/
H A Dtest-bitcnt.c71 g_assert(ctpop16(d->value.w16)==d->popct); in test_ctpop16()
/qemu/include/qemu/
H A Dhost-utils.h320 static inline int ctpop16(uint16_t val) in ctpop16() function
/qemu/target/hexagon/
H A Dmacros.h619 #define fCOUNTONES_2(VAL) ctpop16(VAL)
/qemu/accel/tcg/
H A Dcputlb.c408 cpu->neg.tlb.c.part_flush_count + ctpop16(to_clean)); in tlb_flush_by_mmuidx_async_work()
412 ctpop16(asked & ~to_clean)); in tlb_flush_by_mmuidx_async_work()
/qemu/target/riscv/
H A Dvcrypto_helper.c179 RVVCALL(OPIVV1, vcpop_v_h, OP_UU_H, H2, H2, ctpop16) in RVVCALL()
/qemu/target/arm/tcg/
H A Dtranslate.c6313 n = ctpop16(list); in op_stm()
6398 n = ctpop16(list); in do_ldm()
H A Dsve_helper.c862 DO_ZPZ(sve_cnt_zpz_h, uint16_t, H1_2, ctpop16)
/qemu/target/ppc/
H A Dint_helper.c2100 #define popcnth(v) ctpop16(v)
/qemu/target/loongarch/tcg/
H A Dvec_helper.c2270 VPCNT(vpcnt_h, 16, UH, ctpop16)