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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp490 static bool is_intel() { assert_is_initialized(); return _cpuid_info.std_vendor_name_0 == 0x756e6547; } // 'uneG' function in class:VM_Version
501 if (is_intel()) {
516 if (is_intel() && supports_processor_topology()) {
527 if (is_intel()) {
560 static bool is_intel_family_core() { return is_intel() &&
601 static bool has_fast_idiv() { return is_intel() && cpu_family() == 6 &&

Completed in 33 milliseconds