Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/common/
H A Dcpu.h119 C(popcnt, 23)
/openbmc/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)
/openbmc/u-boot/drivers/net/
H A Dvsc9953.c423 static void vsc9953_port_vlan_popcnt_set(int port_no, int popcnt) in vsc9953_port_vlan_popcnt_set() argument
434 if (popcnt > 3 || popcnt < 0) { in vsc9953_port_vlan_popcnt_set()
444 popcnt); in vsc9953_port_vlan_popcnt_set()
449 static void vsc9953_port_all_vlan_poncnt_set(int popcnt) in vsc9953_port_all_vlan_poncnt_set() argument
454 vsc9953_port_vlan_popcnt_set(i, popcnt); in vsc9953_port_all_vlan_poncnt_set()
/openbmc/qemu/docs/devel/testing/
H A Dfuzzing.rst77 ``(caller_pc&4095) | (popcnt(Arg1 ^ Arg2) << 12)`` and places this in the
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dcpuid.csv42 1, 0, ECX, 23, popcnt, POPCNT instruction supported
/openbmc/qemu/target/s390x/
H A Dhelper.h112 DEF_HELPER_FLAGS_1(popcnt, TCG_CALL_NO_RWG_SE, i64, i64)
/openbmc/linux/arch/s390/tools/
H A Dopcodes.txt625 b9e1 popcnt RRF_U0RR
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc524 static const X86OpEntry popcnt =
528 *entry = popcnt;