Home
last modified time | relevance | path

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

/openbmc/qemu/host/include/i386/host/
H A Dcpuinfo.h13 #define CPUINFO_LZCNT (1u << 3) macro
/openbmc/qemu/util/
H A Dcpuinfo-i386.c94 info |= (c & bit_LZCNT ? CPUINFO_LZCNT : 0); in cpuinfo_init()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc161 #define have_lzcnt (cpuinfo & CPUINFO_LZCNT)