Home
last modified time | relevance | path

Searched refs:ctpop64 (Results 1 – 14 of 14) sorted by relevance

/qemu/accel/tcg/
H A Dtcg-runtime.c148 return ctpop64(arg); in HELPER()
/qemu/tests/unit/
H A Dtest-bitcnt.c128 g_assert(ctpop64(d->value.w64)==d->popct); in test_ctpop64()
/qemu/include/qemu/
H A Dhost-utils.h338 static inline int ctpop64(uint64_t val) in ctpop64() function
699 # define ctpopl ctpop64
/qemu/tests/qtest/
H A Dvhost-user-test.c889 while (ctpop64(s->rings) != count) { in wait_for_rings_started()
892 g_assert_cmpint(ctpop64(s->rings), ==, count); in wait_for_rings_started()
/qemu/target/hexagon/
H A Dmacros.h621 #define fCOUNTONES_8(VAL) ctpop64(VAL)
/qemu/target/ppc/
H A Dint_helper.c383 n = ctpop64(mask); in helper_CFUGED()
385 n = 64 - ctpop64(mask); in helper_CFUGED()
2102 #define popcntd(v) ctpop64(v)
/qemu/target/riscv/
H A Dvcrypto_helper.c181 RVVCALL(OPIVV1, vcpop_v_d, OP_UU_D, H8, H8, ctpop64) in RVVCALL()
/qemu/tcg/
H A Dtci.c805 regs[r0] = ctpop64(regs[r1]); in tcg_qemu_tb_exec()
H A Doptimize.c529 return ctpop64(x); in do_constant_folding_2()
H A Dtcg.c2896 int n = ctpop64(arg_ct->regs); in get_constraint_priority()
/qemu/hw/ppc/
H A Dpnv.c2136 cores_max = ctpop64(chip->cores_mask); in pnv_chip_core_sanitize()
/qemu/target/arm/tcg/
H A Dsve_helper.c864 DO_ZPZ_D(sve_cnt_zpz_d, uint64_t, ctpop64)
4106 sum += ctpop64(t); in HELPER()
7304 return ctpop64(cmp0 | (cmp1 >> 1)); in do_histseg_cnt()
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1149 if (ctpop64(value) >= 32) {
/qemu/target/loongarch/tcg/
H A Dvec_helper.c2272 VPCNT(vpcnt_d, 64, UD, ctpop64)