Searched refs:ctpop16 (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-bitcnt.c | 71 g_assert(ctpop16(d->value.w16)==d->popct); in test_ctpop16()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 320 static inline int ctpop16(uint16_t val) in ctpop16() function
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 619 #define fCOUNTONES_2(VAL) ctpop16(VAL)
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 408 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()
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 179 RVVCALL(OPIVV1, vcpop_v_h, OP_UU_H, H2, H2, ctpop16) in RVVCALL()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 6316 n = ctpop16(list); in op_stm() 6401 n = ctpop16(list); in do_ldm()
|
H A D | sve_helper.c | 862 DO_ZPZ(sve_cnt_zpz_h, uint16_t, H1_2, ctpop16)
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2100 #define popcnth(v) ctpop16(v)
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2270 VPCNT(vpcnt_h, 16, UH, ctpop16)
|