Home
last modified time | relevance | path

Searched defs:cmpxchg8b (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLocked.cpp310 __ cmpxchg8b(Address(0x1FF00, AssemblerFixup::NoFixup), NotLocked); in TEST_F() local
317 __ cmpxchg8b(Address(0x1FF00, AssemblerFixup::NoFixup), Locked); in TEST_F() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLocked.cpp337 __ cmpxchg8b(Address::Absolute(0x1FF00), NotLocked); in TEST_F() local
344 __ cmpxchg8b(Address::Absolute(0x1FF00), Locked); in TEST_F() local
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc3650 __ cmpxchg8b(i.MemoryOperand(2)); in AssembleArchInstruction() local
3702 __ cmpxchg8b(i.MemoryOperand(2)); in AssembleArchInstruction() local
3756 __ cmpxchg8b(i.MemoryOperand(4)); in AssembleArchInstruction() local
3834 __ cmpxchg8b(i.MemoryOperand(2)); in AssembleArchInstruction() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3717 void AssemblerX86Base<TraitsType>::cmpxchg8b(const Address &address, in cmpxchg8b() function
/external/v8/src/ia32/
Dassembler-ia32.cc795 void Assembler::cmpxchg8b(Operand dst) { in cmpxchg8b() function in v8::internal::Assembler