Searched refs:AtomicLoad (Results 1 – 3 of 3) sorted by relevance
1255 class AtomicLoad<PatFrag Op, RegisterClass DRC,1285 def AtomicLoad8 : AtomicLoad<atomic_load_8, GPR8, PTRREGS>;1286 def AtomicLoad16 : AtomicLoad<atomic_load_16, DREGS, PTRDISPREGS>;
223 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { in AtomicLoad() function
13461 # define AtomicLoad(PTR) (*(PTR)) macro27442 return AtomicLoad(&mem0.nearlyFull);61225 u32 y = AtomicLoad(pInfo->aReadMark+i);61276 if( AtomicLoad(&db->u1.isInterrupted) ){61983 u32 thisMark = AtomicLoad(pInfo->aReadMark+i);62049 pWal->minFrame = AtomicLoad(&pInfo->nBackfill)+1;62051 if( AtomicLoad(pInfo->aReadMark+mxI)!=mxReadMark62340 while( (iH = AtomicLoad(&sLoc.aHash[iKey]))!=0 ){79682 if( AtomicLoad(&db->u1.isInterrupted) ){93137 assert( AtomicLoad(&db->u1.isInterrupted) );[all …]