Searched refs:__sync_or_and_fetch (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | ia64-sync-2.c | 50 if (__sync_or_and_fetch(AI+15, 8) != 8) in do_si() 100 if (__sync_or_and_fetch(AL+15, 8) != 8) in do_di()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | ia64intrin.h | 107 #define __sync_or_and_fetch(PTR,VAL) \ macro
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | sync-builtins.def | 136 DEF_SYNC_BUILTIN (BUILT_IN_OR_AND_FETCH_N, "__sync_or_and_fetch",
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 748 BUILTIN(__sync_or_and_fetch, "v.", "t")
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5041 @itemx @var{type} __sync_or_and_fetch (@var{type} *ptr, @var{type} value, ...) 5047 @findex __sync_or_and_fetch
|
H A D | gcc.info | 20138 `TYPE __sync_or_and_fetch (TYPE *ptr, TYPE value, ...)'
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 6824 BUILTIN_ROW(__sync_or_and_fetch), in SemaBuiltinAtomicOverloaded()
|