Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c125 int cpuid_7_0_ebx_features; member
2919 if (!(s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_RDSEED)) { in gen_multi0F()
3051 if (!(s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_SMAP) in gen_multi0F()
3060 if (!(s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_SMAP) in gen_multi0F()
3660 dc->cpuid_7_0_ebx_features = env->features[FEAT_7_0_EBX]; in i386_tr_init_disas_context()
H A Ddecode-new.c.inc559 if (!(s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_BMI1)) {
2348 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_ADX);
2350 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_BMI1);
2352 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_BMI2);
2354 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_AVX2);
2356 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_CLFLUSHOPT);
2358 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_CLWB);
2360 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_FSGSBASE);
2362 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_SHA_NI);
H A Demit.c.inc4741 if (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_MPX) {