Home
last modified time | relevance | path

Searched defs:mem2 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dfmutex.h34 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument
58 #define ATOMIC_CAS_WEAK(addr, old_val, new_val, mem1, mem2) \ argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp178 AliasType Graph::CheckInstAlias(Inst *mem1, Inst *mem2) in CheckInstAlias()