Searched refs:ctpop64 (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | tcg-runtime.c | 148 return ctpop64(arg); in HELPER()
|
/openbmc/qemu/tests/unit/ |
H A D | test-bitcnt.c | 128 g_assert(ctpop64(d->value.w64)==d->popct); in test_ctpop64()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 347 static inline int ctpop64(uint64_t val) in ctpop64() function 708 # define ctpopl ctpop64
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 910 while (ctpop64(s->rings) != count) { in wait_for_rings_started() 913 g_assert_cmpint(ctpop64(s->rings), ==, count); in wait_for_rings_started()
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 621 #define fCOUNTONES_8(VAL) ctpop64(VAL)
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 383 n = ctpop64(mask); in helper_CFUGED() 385 n = 64 - ctpop64(mask); in helper_CFUGED() 2102 #define popcntd(v) ctpop64(v)
|
/openbmc/qemu/tcg/ |
H A D | tci.c | 805 regs[r0] = ctpop64(regs[r1]); in tcg_qemu_tb_exec()
|
H A D | optimize.c | 529 return ctpop64(x); in do_constant_folding_2()
|
H A D | tcg.c | 2895 int n = ctpop64(arg_ct->regs); in get_constraint_priority()
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 181 RVVCALL(OPIVV1, vcpop_v_d, OP_UU_D, H8, H8, ctpop64) in RVVCALL()
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv.c | 2338 cores_max = ctpop64(chip->cores_mask); in pnv_chip_core_sanitize()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 864 DO_ZPZ_D(sve_cnt_zpz_d, uint64_t, ctpop64) 4106 sum += ctpop64(t); in HELPER() 7324 return ctpop64(cmp0 | (cmp1 >> 1)); in do_histseg_cnt()
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1149 if (ctpop64(value) >= 32) {
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2272 VPCNT(vpcnt_d, 64, UD, ctpop64)
|