Searched refs:CPUID_EXT_SSE42 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dcpu.h376 #define CPUID_EXT_SSE42 (1 << 20) macro
H A Dtranslate.c3012 #define SSE42_OP(x) { { NULL, gen_helper_ ## x ## _xmm }, CPUID_EXT_SSE42 }
3731 if (!(s->cpuid_ext_features & CPUID_EXT_SSE42))

Completed in 30 milliseconds