Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/fnd/ARMv6/
Dfnd_Interlocked.h34 static int StoreRegEx(T val, volatile T* ptr) { return __strex(val, ptr); } in StoreRegEx() function
40 static int StoreRegEx(s64 val, volatile s64* ptr) { return __strexd(val, ptr); }
126 … if ( LoadStore::StoreRegEx(x.n, reinterpret_cast<volatile Storage*&>(p)) == 0 )
154 LoadStore::StoreRegEx(x.n, reinterpret_cast<volatile Storage*&>(p));
159 ret = LoadStore::StoreRegEx(x.n, reinterpret_cast<volatile Storage*&>(p));