Searched refs:__sync_fetch_and_or (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | ia64-sync-1.c | 26 __sync_fetch_and_or(AI+9, 8); in do_noret_si() 48 __sync_fetch_and_or(AL+9, 8); in do_noret_di()
|
H A D | ia64-sync-2.c | 37 if (__sync_fetch_and_or(AI+9, 8) != 0) in do_si() 87 if (__sync_fetch_and_or(AL+9, 8) != 0) in do_di()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | ia64intrin.h | 65 #define __sync_fetch_and_or(PTR,VAL) \ macro
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | sync-builtins.def | 58 DEF_SYNC_BUILTIN (BUILT_IN_FETCH_AND_OR_N, "__sync_fetch_and_or",
|
/openbsd-src/sys/dev/pci/drm/include/linux/ |
H A D | atomic.h | 251 unsigned int prev = __sync_fetch_and_or((volatile u_int *)p + (b >> 5), m); in test_and_set_bit()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface_atomic.cpp | 79 return __sync_fetch_and_or(v, op); in func_or()
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 706 BUILTIN(__sync_fetch_and_or, "v.", "t")
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5021 @itemx @var{type} __sync_fetch_and_or (@var{type} *ptr, @var{type} value, ...) 5027 @findex __sync_fetch_and_or
|
H A D | gcc.info | 20126 `TYPE __sync_fetch_and_or (TYPE *ptr, TYPE value, ...)'
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 6816 BUILTIN_ROW(__sync_fetch_and_or), in SemaBuiltinAtomicOverloaded()
|