Home
last modified time | relevance | path

Searched refs:ctpop8 (Results 1 – 10 of 10) sorted by relevance

/qemu/tests/unit/
H A Dtest-bitcnt.c46 g_assert(ctpop8(d->value.w8)==d->popct); in test_ctpop8()
/qemu/tests/qtest/
H A Dnpcm7xx_rng-test.c107 sn += 2 * ctpop8(buf[i]) - 8; in calc_monobit_p()
/qemu/hw/intc/
H A Dsifive_plic.c304 addrid += ctpop8(modes); in parse_hart_config()
319 addrid += ctpop8(modes); in parse_hart_config()
/qemu/include/qemu/
H A Dhost-utils.h311 static inline int ctpop8(uint8_t val) in ctpop8() function
/qemu/target/riscv/
H A Dvcrypto_helper.c178 RVVCALL(OPIVV1, vcpop_v_b, OP_UU_B, H1, H1, ctpop8) in RVVCALL()
/qemu/target/ppc/
H A Dint_helper.c2099 #define popcntb(v) ctpop8(v)
/qemu/target/arm/tcg/
H A Dtranslate-sve.c4031 int nparts = len / 16 + ctpop8(len_remain); in gen_sve_ldr()
4133 int nparts = len / 16 + ctpop8(len_remain); in gen_sve_str()
H A Dtranslate-a64.c8491 assert(ctpop8(vmap) == 1); in do_reduction_op()
8500 int shift = ctpop8(vmap) / 2; in do_reduction_op()
H A Dsve_helper.c861 DO_ZPZ(sve_cnt_zpz_b, uint8_t, H1, ctpop8)
/qemu/target/loongarch/tcg/
H A Dvec_helper.c2269 VPCNT(vpcnt_b, 8, UB, ctpop8)