Home
last modified time | relevance | path

Searched refs:ctpop32 (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtcg-runtime.c143 return ctpop32(arg); in HELPER()
/openbmc/qemu/qga/
H A Dcommands-posix.c1079 address_item->prefix = ctpop32(((uint32_t *) p)[0]); in qmp_guest_network_get_interfaces()
1099 ctpop32(((uint32_t *) p)[0]) + in qmp_guest_network_get_interfaces()
1100 ctpop32(((uint32_t *) p)[1]) + in qmp_guest_network_get_interfaces()
1101 ctpop32(((uint32_t *) p)[2]) + in qmp_guest_network_get_interfaces()
1102 ctpop32(((uint32_t *) p)[3]); in qmp_guest_network_get_interfaces()
/openbmc/qemu/tests/unit/
H A Dtest-bitcnt.c99 g_assert(ctpop32(d->value.w32)==d->popct); in test_ctpop32()
/openbmc/qemu/hw/acpi/
H A Dgeneric_event_device.c92 uint32_t ged_events = ctpop32(s->ged_event_bitmap); in build_ged_aml()
394 ged_events = ctpop32(s->ged_event_bitmap); in acpi_ged_realize()
/openbmc/qemu/hw/intc/
H A Dgoldfish_pic.c82 value = ctpop32(s->pending & s->enabled); in goldfish_pic_read()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvzce.c.inc180 target_ulong stack_adj = ROUND_UP(ctpop32(reg_bitmap) * reg_size, 16) +
225 target_ulong stack_adj = ROUND_UP(ctpop32(reg_bitmap) * reg_size, 16) +
/openbmc/qemu/include/qemu/
H A Dhost-utils.h329 static inline int ctpop32(uint32_t val) in ctpop32() function
692 # define ctpopl ctpop32
/openbmc/qemu/target/riscv/
H A Dpmu.c590 if (ctpop32(cpu->cfg.pmu_mask) > (RV_MAX_MHPMCOUNTERS - 3)) { in riscv_pmu_init()
H A Dcpu.c1646 curr_pmu_num = ctpop32(cpu->cfg.pmu_mask); in prop_pmu_num_set()
1675 uint8_t pmu_num = ctpop32(cpu->cfg.pmu_mask); in prop_pmu_num_get()
1702 pmu_num = ctpop32(value); in prop_pmu_mask_set()
H A Dvcrypto_helper.c180 RVVCALL(OPIVV1, vcpop_v_w, OP_UU_W, H4, H4, ctpop32) in RVVCALL()
/openbmc/qemu/target/s390x/tcg/
H A Dvec_int_helper.c493 s390_vec_write_element##BITS(v1, i, ctpop32(a)); \
/openbmc/qemu/target/hexagon/
H A Dmacros.h620 #define fCOUNTONES_4(VAL) ctpop32(VAL)
/openbmc/qemu/tcg/
H A Dtci.c624 regs[r0] = ctpop32(regs[r1]); in tcg_qemu_tb_exec()
H A Doptimize.c526 return ctpop32(x); in do_constant_folding_2()
H A Dtcg-op-gvec.c376 q += ctpop32(r); in check_size_impl()
/openbmc/qemu/hw/gpio/
H A Daspeed_gpio.c889 cleared = ctpop32(data & set->int_status); in aspeed_gpio_write()
/openbmc/qemu/target/ppc/
H A Dint_helper.c2101 #define popcntw(v) ctpop32(v)
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc836 if (ctpop32(arg) > 16) {
/openbmc/qemu/target/loongarch/tcg/
H A Dvec_helper.c2271 VPCNT(vpcnt_w, 32, UW, ctpop32)
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c863 DO_ZPZ(sve_cnt_zpz_s, uint32_t, H1_4, ctpop32)