Home
last modified time | relevance | path

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

/openbmc/qemu/host/include/i386/host/
H A Dcpuinfo.h13 #define CPUINFO_MOVBE (1u << 2) macro
/openbmc/qemu/util/
H A Dcpuinfo-i386.c39 info |= (c & bit_MOVBE ? CPUINFO_MOVBE : 0); in cpuinfo_init()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.h117 #define have_movbe (cpuinfo & CPUINFO_MOVBE)