Searched refs:ctpop32 (Results 1 – 20 of 20) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | tcg-runtime.c | 143 return ctpop32(arg); in HELPER()
|
/openbmc/qemu/qga/ |
H A D | commands-posix.c | 1079 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 D | test-bitcnt.c | 99 g_assert(ctpop32(d->value.w32)==d->popct); in test_ctpop32()
|
/openbmc/qemu/hw/acpi/ |
H A D | generic_event_device.c | 92 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 D | goldfish_pic.c | 82 value = ctpop32(s->pending & s->enabled); in goldfish_pic_read()
|
/openbmc/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) + 225 target_ulong stack_adj = ROUND_UP(ctpop32(reg_bitmap) * reg_size, 16) +
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 329 static inline int ctpop32(uint32_t val) in ctpop32() function 692 # define ctpopl ctpop32
|
/openbmc/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 | 1646 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 D | vcrypto_helper.c | 180 RVVCALL(OPIVV1, vcpop_v_w, OP_UU_W, H4, H4, ctpop32) in RVVCALL()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_int_helper.c | 493 s390_vec_write_element##BITS(v1, i, ctpop32(a)); \
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 620 #define fCOUNTONES_4(VAL) ctpop32(VAL)
|
/openbmc/qemu/tcg/ |
H A D | tci.c | 624 regs[r0] = ctpop32(regs[r1]); in tcg_qemu_tb_exec()
|
H A D | optimize.c | 526 return ctpop32(x); in do_constant_folding_2()
|
H A D | tcg-op-gvec.c | 376 q += ctpop32(r); in check_size_impl()
|
/openbmc/qemu/hw/gpio/ |
H A D | aspeed_gpio.c | 889 cleared = ctpop32(data & set->int_status); in aspeed_gpio_write()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2101 #define popcntw(v) ctpop32(v)
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 836 if (ctpop32(arg) > 16) {
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2271 VPCNT(vpcnt_w, 32, UW, ctpop32)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 863 DO_ZPZ(sve_cnt_zpz_s, uint32_t, H1_4, ctpop32)
|