Searched refs:ctpop8 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-bitcnt.c | 46 g_assert(ctpop8(d->value.w8)==d->popct); in test_ctpop8()
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_rng-test.c | 107 sn += 2 * ctpop8(buf[i]) - 8; in calc_monobit_p()
|
/openbmc/qemu/hw/intc/ |
H A D | sifive_plic.c | 304 addrid += ctpop8(modes); in parse_hart_config() 319 addrid += ctpop8(modes); in parse_hart_config()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 311 static inline int ctpop8(uint8_t val) in ctpop8() function
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 178 RVVCALL(OPIVV1, vcpop_v_b, OP_UU_B, H1, H1, ctpop8) in RVVCALL()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2099 #define popcntb(v) ctpop8(v)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 4045 int nparts = len / 16 + ctpop8(len_remain); in gen_sve_ldr() 4147 int nparts = len / 16 + ctpop8(len_remain); in gen_sve_str()
|
H A D | translate-a64.c | 9088 assert(ctpop8(vmap) == 1); in do_reduction_op() 9097 int shift = ctpop8(vmap) / 2; in do_reduction_op()
|
H A D | sve_helper.c | 861 DO_ZPZ(sve_cnt_zpz_b, uint8_t, H1, ctpop8)
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 2269 VPCNT(vpcnt_b, 8, UB, ctpop8)
|