Home
last modified time | relevance | path

Searched defs:cmpxchg (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLocked.cpp444 __ cmpxchg(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() local
453 __ cmpxchg(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() local
464 __ cmpxchg(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() local
473 __ cmpxchg(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() local
484 __ cmpxchg(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() local
493 __ cmpxchg(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLocked.cpp403 __ cmpxchg(IceType_i8, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local
411 __ cmpxchg(IceType_i8, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local
421 __ cmpxchg(IceType_i16, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local
429 __ cmpxchg(IceType_i16, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local
439 __ cmpxchg(IceType_i32, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local
447 __ cmpxchg(IceType_i32, Address(0x1FF00, AssemblerFixup::NoFixup), in TEST_F() local
/third_party/alsa-lib/test/
Dmixtest.c57 #define cmpxchg(ptr,o,n)\ macro
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h246 struct dxil_instr_cmpxchg cmpxchg; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerX8664.cpp3088 void AssemblerX8664::cmpxchg(Type Ty, const AsmAddress &address, in cmpxchg() function in Ice::X8664::AssemblerX8664
DIceAssemblerX8632.cpp2933 void AssemblerX8632::cmpxchg(Type Ty, const AsmAddress &address, in cmpxchg() function in Ice::X8632::AssemblerX8632