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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp147 prefetchw : 1, member in struct:VM_Version::ExtCpuid1Ecx::__anon61
236 CPU_3DNOW_PREFETCH = (1 << 5), // Processor supports 3dnow prefetch and prefetchw instructions
436 (_cpuid_info.ext_cpuid1_ecx.bits.prefetchw != 0))
657 // gc copy/scan is disabled if prefetchw isn't supported, because
658 // Prefetch::write emits an inlined prefetchw on Linux.
659 // Do not use the 3dnow prefetchw instruction. It isn't supported on em64t.
H A Dc1_LIRAssembler_x86.cpp1365 void LIR_Assembler::prefetchw(LIR_Opr src) { function in class:LIR_Assembler
1378 __ prefetchw(from_addr); break;
1383 __ prefetchw(from_addr);
H A Dassembler_x86.cpp2389 void Assembler::prefetchw(Address src) { function in class:Assembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp1416 void LIR_Assembler::prefetchw(LIR_Opr src) { function in class:LIR_Assembler

Completed in 307 milliseconds