Searched refs:LockCmpxchgq (Results 1 – 3 of 3) sorted by relevance
969 TEST_F(AssemblerX86_64Test, LockCmpxchgq) { in TEST_F() argument970 DriverStr(RepeatAR(&x86_64::X86_64Assembler::LockCmpxchgq, in TEST_F()
906 void LockCmpxchgq(const Address& address, CpuRegister reg) { in LockCmpxchgq() function
2147 __ LockCmpxchgq(Address(base, offset, TIMES_1, 0), value); in GenCAS() local