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 D | Locked.cpp | 277 __ 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 D | Locked.cpp | 304 __ 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 D | code-generator-ia32.cc | 466 __ 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 D | IceAssemblerX8632.h | 858 void cmpxchg8b(const AsmAddress &address, bool Locked);
|
H A D | IceAssemblerX8664.h | 854 void cmpxchg8b(const AsmAddress &address, bool Locked);
|
H A D | IceInstX8632.cpp | 1507 "cmpxchg8b\t"; 1518 Asm->cmpxchg8b(Addr, this->Locked); 1528 Str << "cmpxchg8b ";
|
H A D | IceInstX8664.cpp | 1509 "cmpxchg8b\t"; 1520 Asm->cmpxchg8b(Addr, this->Locked); 1530 Str << "cmpxchg8b ";
|
H A D | IceAssemblerX8632.cpp | 2948 void AssemblerX8632::cmpxchg8b(const AsmAddress &address, bool Locked) { in cmpxchg8b() function in Ice::X8632::AssemblerX8632
|
H A D | IceAssemblerX8664.cpp | 3104 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 D | assembler-ia32.h | 560 void cmpxchg8b(Operand dst);
|
H A D | assembler-ia32.cc | 821 void Assembler::cmpxchg8b(Operand dst) { in cmpxchg8b() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 924 __ cmpxchg8b(dst_op_lo); in AtomicBinop64() 1128 cmpxchg8b(dst_op); in AtomicCompareExchange()
|
Completed in 42 milliseconds