Home
last modified time | relevance | path

Searched refs:CPUID_CMOV (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c74 CPUID_SEP | CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | in hvf_get_supported_cpuid()
142 CPUID_EXT2_SYSCALL | CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.c763 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | CPUID_PAT | \
767 CPUID_MSR | CPUID_MCE | CPUID_CX8 | CPUID_PGE | CPUID_CMOV | \
773 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | CPUID_PAT | \
2792 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
2832 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
2876 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
2953 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
3034 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
3120 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
3212 CPUID_CLFLUSH | CPUID_PSE36 | CPUID_PAT | CPUID_CMOV | CPUID_MCA |
[all …]
H A Dcpu.h691 #define CPUID_CMOV (1U << 15) macro
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2763 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
2772 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
2830 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
2840 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
2861 if (!(s->cpuid_features & CPUID_CMOV)) { in gen_x87()
H A Ddecode-new.c.inc2295 return (s->cpuid_features & CPUID_CMOV);