Home
last modified time | relevance | path

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

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