Searched refs:LockCmpxchg8b (Results 1 – 3 of 3) sorted by relevance
288 TEST_F(AssemblerX86Test, LockCmpxchg8b) { in TEST_F() argument289 DriverStr(RepeatA(&x86::X86Assembler::LockCmpxchg8b, in TEST_F()
743 void LockCmpxchg8b(const Address& address) { in LockCmpxchg8b() function
2438 __ LockCmpxchg8b(field_addr); in GenCAS() local