Searched refs:cmpxchg8b (Results 1 – 3 of 3) sorted by relevance
882 void cmpxchg8b(const Address& address);932 lock()->cmpxchg8b(address); in LockCmpxchg8b()
356 DriverStr(RepeatA(&x86::X86Assembler::cmpxchg8b, "cmpxchg8b {mem}"), "cmpxchg8b"); in TEST_F()
3784 void X86Assembler::cmpxchg8b(const Address& address) { in cmpxchg8b() function in art::x86::X86Assembler