Home
last modified time | relevance | path

Searched refs:CPUINFO_POPCNT (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/host/include/i386/host/
H A Dcpuinfo.h15 #define CPUINFO_POPCNT (1u << 4) macro
/openbmc/qemu/util/
H A Dcpuinfo-i386.c40 info |= (c & bit_POPCNT ? CPUINFO_POPCNT : 0); in cpuinfo_init()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.h114 #define have_popcnt (cpuinfo & CPUINFO_POPCNT)