Searched refs:StoreRegEx (Results 1 – 1 of 1) sorted by relevance
34 static int StoreRegEx(T val, volatile T* ptr) { return __strex(val, ptr); } in StoreRegEx() function40 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));