Searched refs:__sync_fetch_and_xor (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 | 27 __sync_fetch_and_xor(AI+10, 9); in do_noret_si() 49 __sync_fetch_and_xor(AL+10, 9); in do_noret_di()
|
H A D | ia64-sync-2.c | 39 if (__sync_fetch_and_xor(AI+10, 9) != 0) in do_si() 89 if (__sync_fetch_and_xor(AL+10, 9) != 0) in do_di()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | ia64intrin.h | 72 #define __sync_fetch_and_xor(PTR,VAL) \ macro
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | sync-builtins.def | 84 DEF_SYNC_BUILTIN (BUILT_IN_FETCH_AND_XOR_N, "__sync_fetch_and_xor",
|
/openbsd-src/sys/dev/pci/drm/include/linux/ |
H A D | atomic.h | 65 #define atomic_fetch_xor(n, p) __sync_fetch_and_xor(p, n)
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface_atomic.cpp | 83 return __sync_fetch_and_xor(v, op); in func_xor()
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 720 BUILTIN(__sync_fetch_and_xor, "v.", "t")
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | extend.texi | 5023 @itemx @var{type} __sync_fetch_and_xor (@var{type} *ptr, @var{type} value, ...) 5029 @findex __sync_fetch_and_xor
|
H A D | gcc.info | 20128 `TYPE __sync_fetch_and_xor (TYPE *ptr, TYPE value, ...)'
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 6818 BUILTIN_ROW(__sync_fetch_and_xor), in SemaBuiltinAtomicOverloaded()
|