Home
last modified time | relevance | path

Searched refs:ResultLlc2 (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp89 Type ResultLlc2 = *AtomicLoc; in testAtomicRMW() local
90 if (ResultSz1 == ResultLlc1 && ResultSz2 == ResultLlc2) { in testAtomicRMW()
101 << " llc2=" << static_cast<uint64>(ResultLlc2) << "\n"; in testAtomicRMW()
136 Type ResultLlc2 = *AtomicLoc; in testValCompareAndSwap() local
137 if (ResultSz1 == ResultLlc1 && ResultSz2 == ResultLlc2) { in testValCompareAndSwap()
147 << " llc2=" << static_cast<uint64>(ResultLlc2) << "\n"; in testValCompareAndSwap()