Home
last modified time | relevance | path

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

/external/libunwind/include/
Dlibunwind_i.h135 # define fetch_and_add(_ptr, value) AO_fetch_and_add(_ptr, value) macro
159 # define fetch_and_add(_ptr, value) __sync_fetch_and_add(_ptr, value) macro
/external/libunwind/src/mi/
Dmempool.c57 pos = fetch_and_add (&sos_memory_freepos, size); in sos_alloc()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-atomic-128.ll53 define void @fetch_and_add(i128* %p, i128 %bits) {
54 ; CHECK-LABEL: fetch_and_add:
/external/llvm/test/CodeGen/AArch64/
Darm64-atomic-128.ll53 define void @fetch_and_add(i128* %p, i128 %bits) {
54 ; CHECK-LABEL: fetch_and_add:
/external/llvm/test/CodeGen/X86/
Datomic128.ll72 define void @fetch_and_add(i128* %p, i128 %bits) {
73 ; CHECK-LABEL: fetch_and_add:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Datomic128.ll85 define void @fetch_and_add(i128* %p, i128 %bits) {
86 ; CHECK-LABEL: fetch_and_add:
/external/llvm/lib/Target/X86/
DREADME.txt1798 The trick is to match "fetch_and_add(X, -C) == C".
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DREADME.txt1774 The trick is to match "fetch_and_add(X, -C) == C".
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DREADME.txt2060 The trick is to match "fetch_and_add(X, -C) == C".