Home
last modified time | relevance | path

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

/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/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/valgrind/none/tests/x86/
DMakefile.am97 cmpxchg8b \ program
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h3717 void AssemblerX86Base<TraitsType>::cmpxchg8b(const Address &address, in cmpxchg8b() function