Home
last modified time | relevance | path

Searched refs:cmpxchg8b (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DLocked.cpp277 __ cmpxchg8b(dwordAddress(T0), LockedOrNot); \ in TEST_F()
309 // Ensures that cmpxchg8b emits a lock prefix accordingly. in TEST_F()
310 __ cmpxchg8b(Address(0x1FF00, AssemblerFixup::NoFixup), NotLocked); in TEST_F()
317 __ cmpxchg8b(Address(0x1FF00, AssemblerFixup::NoFixup), Locked); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DLocked.cpp304 __ cmpxchg8b(dwordAddress(T0), LockedOrNot); \ in TEST_F()
336 // Ensures that cmpxchg8b emits a lock prefix accordingly. in TEST_F()
337 __ cmpxchg8b(Address::Absolute(0x1FF00), NotLocked); in TEST_F()
344 __ cmpxchg8b(Address::Absolute(0x1FF00), Locked); in TEST_F()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc466 __ cmpxchg8b(i.MemoryOperand(2)); \
3526 __ cmpxchg8b(i.MemoryOperand(2)); in AssembleArchInstruction()
3566 __ cmpxchg8b(i.MemoryOperand(2)); in AssembleArchInstruction()
3606 __ cmpxchg8b(i.MemoryOperand(4)); in AssembleArchInstruction()
3673 __ cmpxchg8b(i.MemoryOperand(2)); in AssembleArchInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h858 void cmpxchg8b(const AsmAddress &address, bool Locked);
H A DIceAssemblerX8664.h854 void cmpxchg8b(const AsmAddress &address, bool Locked);
H A DIceInstX8632.cpp1507 "cmpxchg8b\t";
1518 Asm->cmpxchg8b(Addr, this->Locked);
1528 Str << "cmpxchg8b ";
H A DIceInstX8664.cpp1509 "cmpxchg8b\t";
1520 Asm->cmpxchg8b(Addr, this->Locked);
1530 Str << "cmpxchg8b ";
H A DIceAssemblerX8632.cpp2948 void AssemblerX8632::cmpxchg8b(const AsmAddress &address, bool Locked) { in cmpxchg8b() function in Ice::X8632::AssemblerX8632
H A DIceAssemblerX8664.cpp3104 void AssemblerX8664::cmpxchg8b(const AsmAddress &address, bool Locked) { in cmpxchg8b() function in Ice::X8664::AssemblerX8664
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h560 void cmpxchg8b(Operand dst);
H A Dassembler-ia32.cc821 void Assembler::cmpxchg8b(Operand dst) { in cmpxchg8b() function in v8::internal::Assembler
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h924 __ cmpxchg8b(dst_op_lo); in AtomicBinop64()
1128 cmpxchg8b(dst_op); in AtomicCompareExchange()

Completed in 42 milliseconds