Searched refs:ctpop32 (Results 1 – 19 of 19) sorted by relevance
/qemu/qga/ |
H A D | commands-posix.c | 1080 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 D | tcg-runtime.c | 139 return ctpop32(arg); in HELPER()
|
/qemu/hw/acpi/ |
H A D | generic_event_device.c | 92 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 D | test-bitcnt.c | 99 g_assert(ctpop32(d->value.w32)==d->popct); in test_ctpop32()
|
/qemu/hw/intc/ |
H A D | goldfish_pic.c | 82 value = ctpop32(s->pending & s->enabled); in goldfish_pic_read()
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzce.c.inc | 180 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 D | host-utils.h | 338 static inline int ctpop32(uint32_t val) in ctpop32() function 701 # define ctpopl ctpop32
|
/qemu/target/riscv/ |
H A D | pmu.c | 590 if (ctpop32(cpu->cfg.pmu_mask) > (RV_MAX_MHPMCOUNTERS - 3)) { in riscv_pmu_init()
|
H A D | cpu.c | 1424 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 D | vcrypto_helper.c | 179 RVVCALL(OPIVV1, vcpop_v_w, OP_UU_W, H4, H4, ctpop32) in RVVCALL()
|
/qemu/target/s390x/tcg/ |
H A D | vec_int_helper.c | 493 s390_vec_write_element##BITS(v1, i, ctpop32(a)); \
|
/qemu/target/hexagon/ |
H A D | macros.h | 621 #define fCOUNTONES_4(VAL) ctpop32(VAL)
|
/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 888 cleared = ctpop32(data & set->int_status); in aspeed_gpio_write()
|
/qemu/tcg/ |
H A D | optimize.c | 512 return type == TCG_TYPE_I32 ? ctpop32(x) : ctpop64(x); in do_constant_folding_2()
|
H A D | tcg-op-gvec.c | 377 q += ctpop32(r); in check_size_impl()
|
/qemu/target/ppc/ |
H A D | int_helper.c | 2101 #define popcntw(v) ctpop32(v)
|
/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 838 if (ctpop32(arg) > 16) {
|
/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2270 VPCNT(vpcnt_w, 32, UW, ctpop32)
|
/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 870 DO_ZPZ(sve_cnt_zpz_s, uint32_t, H1_4, ctpop32)
|