Searched refs:supports_3dnow_prefetch (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.cpp450 (supports_3dnow_prefetch() ? ", 3dnowpref" : ""),
705 if( ReadPrefetchInstr == 3 && !supports_3dnow_prefetch() ) ReadPrefetchInstr = 0;
706 if( !supports_sse() && supports_3dnow_prefetch() ) ReadPrefetchInstr = 3;
710 if( AllocatePrefetchInstr == 3 && !supports_3dnow_prefetch() ) AllocatePrefetchInstr=0;
711 if( !supports_sse() && supports_3dnow_prefetch() ) AllocatePrefetchInstr = 3;
768 if (AllocatePrefetchStyle <= 0 || UseSSE == 0 && !supports_3dnow_prefetch()) {
772 if (UseSSE == 0 && supports_3dnow_prefetch()) {
H A Dvm_version_x86.hpp582 static bool supports_3dnow_prefetch() { return (_cpuFeatures & CPU_3DNOW_PREFETCH) != 0; } function in class:VM_Version
H A Dc1_LIRAssembler_x86.cpp1359 } else if (VM_Version::supports_3dnow_prefetch()) {
1382 } else if (VM_Version::supports_3dnow_prefetch()) {
H A Dassembler_x86.cpp2358 assert(VM_Version::supports_3dnow_prefetch(), "must support");
2390 assert(VM_Version::supports_3dnow_prefetch(), "must support");

Completed in 82 milliseconds