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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp96 cmpxchg8 : 1, member in struct:VM_Version::StdCpuid1Edx::__anon57
389 if (_cpuid_info.std_cpuid1_edx.bits.cmpxchg8 != 0)
H A Dassembler_x86.hpp962 void cmpxchg8 (Address adr);
H A Dc1_LIRAssembler_x86.cpp1927 NOT_LP64(__ cmpxchg8(Address(addr, 0)));
H A Dassembler_x86.cpp594 case 0xC7: // cmpxchg8
3714 void Assembler::cmpxchg8(Address adr) { function in class:Assembler

Completed in 1131 milliseconds