Searched defs:std_cpuid1_edx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp288 StdCpuid1Edx std_cpuid1_edx; member in struct:VM_Version::CpuidInfo
389 if (_cpuid_info.std_cpuid1_edx.bits.cmpxchg8 != 0)
391 if (_cpuid_info.std_cpuid1_edx.bits.cmov != 0)
393 if (_cpuid_info.std_cpuid1_edx.bits.fxsr != 0 || (is_amd() &&
399 if (_cpuid_info.std_cpuid1_edx.bits.mmx != 0 || (is_amd() &&
402 if (_cpuid_info.std_cpuid1_edx.bits.sse != 0)
404 if (_cpuid_info.std_cpuid1_edx.bits.sse2 != 0)
424 if (_cpuid_info.std_cpuid1_edx.bits.tsc != 0)
518 } else if (_cpuid_info.std_cpuid1_edx.bits.ht != 0) {

Completed in 33 milliseconds