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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp487 static int cpu_family() { return _cpu;} function in class:VM_Version
488 static bool is_P6() { return cpu_family() >= 6; }
601 static bool has_fast_idiv() { return is_intel() && cpu_family() == 6 &&
635 if (cpu_family() == 6) {

Completed in 34 milliseconds