Searched refs:popcnt (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/lib/zstd/common/ |
H A D | cpu.h | 119 C(popcnt, 23)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | int_helper.c | 218 uint64_t HELPER(popcnt)(uint64_t val) in HELPER() argument
|
H A D | insn-data.h.inc | 762 C(0xb9e1, POPCNT, RRF_c, PC, 0, r2_o, r1, 0, popcnt, nz64)
|
/openbmc/u-boot/drivers/net/ |
H A D | vsc9953.c | 423 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 D | fuzzing.rst | 77 ``(caller_pc&4095) | (popcnt(Arg1 ^ Arg2) << 12)`` and places this in the
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 42 1, 0, ECX, 23, popcnt, POPCNT instruction supported
|
/openbmc/qemu/target/s390x/ |
H A D | helper.h | 112 DEF_HELPER_FLAGS_1(popcnt, TCG_CALL_NO_RWG_SE, i64, i64)
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 625 b9e1 popcnt RRF_U0RR
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 524 static const X86OpEntry popcnt = 528 *entry = popcnt;
|