Home
last modified time | relevance | path

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

/openbmc/qemu/host/include/i386/host/
H A Dcpuinfo.h17 #define CPUINFO_SSE2 (1u << 7) macro
H A Dbufferiszero.c.inc120 return info & CPUINFO_SSE2 ? 1 : 0;
/openbmc/qemu/util/
H A Dcpuinfo-i386.c37 info |= (d & bit_SSE2 ? CPUINFO_SSE2 : 0); in cpuinfo_init()