Home
last modified time | relevance | path

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

/qemu/qga/
H A Dcommands-posix.c1080 address_item->prefix = ctpop32(((uint32_t *) p)[0]); in qmp_guest_network_get_interfaces()
1100 ctpop32(((uint32_t *) p)[0]) + in qmp_guest_network_get_interfaces()
1101 ctpop32(((uint32_t *) p)[1]) + in qmp_guest_network_get_interfaces()
1102 ctpop32(((uint32_t *) p)[2]) + in qmp_guest_network_get_interfaces()
1103 ctpop32(((uint32_t *) p)[3]); in qmp_guest_network_get_interfaces()
/qemu/accel/tcg/
H A Dtcg-runtime.c139 return ctpop32(arg); in HELPER()
/qemu/hw/acpi/
H A Dgeneric_event_device.c92 uint32_t ged_events = ctpop32(s->ged_event_bitmap); in build_ged_aml()
412 ged_events = ctpop32(s->ged_event_bitmap); in acpi_ged_realize()
/qemu/tests/unit/
H A Dtest-bitcnt.c99 g_assert(ctpop32(d->value.w32)==d->popct); in test_ctpop32()
/qemu/hw/intc/
H A Dgoldfish_pic.c82 value = ctpop32(s->pending & s->enabled); in goldfish_pic_read()
/qemu/target/riscv/insn_trans/
H A Dtrans_rvzce.c.inc180 target_ulong stack_adj = ROUND_UP(ctpop32(reg_bitmap) * reg_size, 16) +
233 target_ulong stack_adj = ROUND_UP(ctpop32(reg_bitmap) * reg_size, 16) +
/qemu/include/qemu/
H A Dhost-utils.h338 static inline int ctpop32(uint32_t val) in ctpop32() function
701 # define ctpopl ctpop32
/qemu/target/riscv/
H A Dpmu.c590 if (ctpop32(cpu->cfg.pmu_mask) > (RV_MAX_MHPMCOUNTERS - 3)) { in riscv_pmu_init()
H A Dcpu.c1424 curr_pmu_num = ctpop32(cpu->cfg.pmu_mask); in prop_pmu_num_set()
1453 uint8_t pmu_num = ctpop32(cpu->cfg.pmu_mask); in prop_pmu_num_get()
1481 pmu_num = ctpop32(value); in prop_pmu_mask_set()
H A Dvcrypto_helper.c179 RVVCALL(OPIVV1, vcpop_v_w, OP_UU_W, H4, H4, ctpop32) in RVVCALL()
/qemu/target/s390x/tcg/
H A Dvec_int_helper.c493 s390_vec_write_element##BITS(v1, i, ctpop32(a)); \
/qemu/target/hexagon/
H A Dmacros.h621 #define fCOUNTONES_4(VAL) ctpop32(VAL)
/qemu/hw/gpio/
H A Daspeed_gpio.c888 cleared = ctpop32(data & set->int_status); in aspeed_gpio_write()
/qemu/tcg/
H A Doptimize.c512 return type == TCG_TYPE_I32 ? ctpop32(x) : ctpop64(x); in do_constant_folding_2()
H A Dtcg-op-gvec.c377 q += ctpop32(r); in check_size_impl()
/qemu/target/ppc/
H A Dint_helper.c2101 #define popcntw(v) ctpop32(v)
/qemu/tcg/arm/
H A Dtcg-target.c.inc838 if (ctpop32(arg) > 16) {
/qemu/target/loongarch/tcg/
H A Dvec_helper.c2270 VPCNT(vpcnt_w, 32, UW, ctpop32)
/qemu/target/arm/tcg/
H A Dsve_helper.c870 DO_ZPZ(sve_cnt_zpz_s, uint32_t, H1_4, ctpop32)