Searched refs:supports_sse4_2 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.cpp443 (supports_sse4_2() ? ", sse4.2" : ""),
575 if( supports_sse4_2() && UseSSE >= 4 ) {
651 if (supports_sse4_2() && supports_ht()) { // Newest Intel cpus
656 if (supports_sse4_2() && UseSSE >= 4) {
736 if( supports_sse4_2() && supports_ht() ) { // Nehalem based cpus
H A Dvm_version_x86.hpp551 static bool supports_sse4_2() { return (_cpuFeatures & CPU_SSE4_2) != 0; } function in class:VM_Version
H A Dassembler_x86.cpp2274 assert(VM_Version::supports_sse4_2(), "");
2283 assert(VM_Version::supports_sse4_2(), "");

Completed in 73 milliseconds