Home
last modified time | relevance | path

Searched refs:popcnt (Results 1 – 4 of 4) sorted by relevance

/qemu/target/s390x/tcg/
H A Dint_helper.c218 uint64_t HELPER(popcnt)(uint64_t val) in HELPER() argument
H A Dinsn-data.h.inc762 C(0xb9e1, POPCNT, RRF_c, PC, 0, r2_o, r1, 0, popcnt, nz64)
/qemu/docs/devel/
H A Dfuzzing.rst76 ``(caller_pc&4095) | (popcnt(Arg1 ^ Arg2) << 12)`` and places this in the
/qemu/target/s390x/
H A Dhelper.h112 DEF_HELPER_FLAGS_1(popcnt, TCG_CALL_NO_RWG_SE, i64, i64)