Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrAtomics.td121 multiclass AtomicLoad<WebAssemblyRegClass rc, string name, int atomic_op> {
126 defm ATOMIC_LOAD_I32 : AtomicLoad<I32, "i32.atomic.load", 0x10>;
127 defm ATOMIC_LOAD_I64 : AtomicLoad<I64, "i64.atomic.load", 0x11>;
135 defm ATOMIC_LOAD8_U_I32 : AtomicLoad<I32, "i32.atomic.load8_u", 0x12>;
136 defm ATOMIC_LOAD16_U_I32 : AtomicLoad<I32, "i32.atomic.load16_u", 0x13>;
137 defm ATOMIC_LOAD8_U_I64 : AtomicLoad<I64, "i64.atomic.load8_u", 0x14>;
138 defm ATOMIC_LOAD16_U_I64 : AtomicLoad<I64, "i64.atomic.load16_u", 0x15>;
139 defm ATOMIC_LOAD32_U_I64 : AtomicLoad<I64, "i64.atomic.load32_u", 0x16>;
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp224 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, morder mo) { in AtomicLoad() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td1457 class AtomicLoad<PatFrag Op, RegisterClass DRC, RegisterClass PTRRC>
1487 def AtomicLoad8 : AtomicLoad<atomic_load_8, GPR8, PTRREGS>;
1488 def AtomicLoad16 : AtomicLoad<atomic_load_16, DREGS, PTRDISPREGS>;
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c13995 # define AtomicLoad(PTR) (*(PTR)) macro
30396 return AtomicLoad(&mem0.nearlyFull); in sqlite3HeapNearlyFull()
35122 if( AtomicLoad(&db->u1.isInterrupted) ){ in sqlite3ProgressCheck()
67193 if( AtomicLoad(&db->u1.isInterrupted) ){
68136 if( AtomicLoad(pInfo->aReadMark+mxI)!=mxReadMark
68460 while( (iH = AtomicLoad(&sLoc.aHash[iKey]))!=0 ){
81021 if( AtomicLoad(&db->u1.isInterrupted) ){
87265 if( AtomicLoad(&db->u1.isInterrupted) ){
102276 assert( AtomicLoad(&db->u1.isInterrupted) );
179141 if( AtomicLoad(&db->u1.isInterrupted) ){
[all …]