Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp82 bool fetch_first = k; in testAtomicRMW() local
85 Type ResultSz1 = Funcs[f].FuncSz(fetch_first, AtomicLoc, Value2); in testAtomicRMW()
88 Type ResultLlc1 = Funcs[f].FuncLlc(fetch_first, AtomicLoc, Value2); in testAtomicRMW()
95 << "(" << fetch_first << ", " in testAtomicRMW()
205 bool fetch_first = true; in testAtomicRMWThreads() local
206 ThreadData<Type> TDataSz = {Funcs[f].FuncSz, fetch_first, AtomicLoc, in testAtomicRMWThreads()
208 ThreadData<Type> TDataLlc = {Funcs[f].FuncLlc, fetch_first, AtomicLoc, in testAtomicRMWThreads()
Dtest_sync_atomic.cpp23 type test_##inst(bool fetch_first, volatile type *ptr, type a) { \
24 if (fetch_first) { \
Dtest_sync_atomic.h18 type test_##inst(bool fetch_first, volatile type *ptr, type a); \