Searched defs:cmpxchg8b (Results 1 – 5 of 5) sorted by relevance
310 __ cmpxchg8b(Address(0x1FF00, AssemblerFixup::NoFixup), NotLocked); in TEST_F() local317 __ cmpxchg8b(Address(0x1FF00, AssemblerFixup::NoFixup), Locked); in TEST_F() local
337 __ cmpxchg8b(Address::Absolute(0x1FF00), NotLocked); in TEST_F() local344 __ cmpxchg8b(Address::Absolute(0x1FF00), Locked); in TEST_F() local
3650 __ cmpxchg8b(i.MemoryOperand(2)); in AssembleArchInstruction() local3702 __ cmpxchg8b(i.MemoryOperand(2)); in AssembleArchInstruction() local3756 __ cmpxchg8b(i.MemoryOperand(4)); in AssembleArchInstruction() local3834 __ cmpxchg8b(i.MemoryOperand(2)); in AssembleArchInstruction() local
3717 void AssemblerX86Base<TraitsType>::cmpxchg8b(const Address &address, in cmpxchg8b() function
795 void Assembler::cmpxchg8b(Operand dst) { in cmpxchg8b() function in v8::internal::Assembler