Home
last modified time | relevance | path

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 Dia64-sync-1.c27 __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 Dia64-sync-2.c39 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 Dia64intrin.h72 #define __sync_fetch_and_xor(PTR,VAL) \ macro
/openbsd-src/gnu/gcc/gcc/
H A Dsync-builtins.def84 DEF_SYNC_BUILTIN (BUILT_IN_FETCH_AND_XOR_N, "__sync_fetch_and_xor",
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Datomic.h65 #define atomic_fetch_xor(n, p) __sync_fetch_and_xor(p, n)
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cpp83 return __sync_fetch_and_xor(v, op); in func_xor()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def720 BUILTIN(__sync_fetch_and_xor, "v.", "t")
/openbsd-src/gnu/gcc/gcc/doc/
H A Dextend.texi5023 @itemx @var{type} __sync_fetch_and_xor (@var{type} *ptr, @var{type} value, ...)
5029 @findex __sync_fetch_and_xor
H A Dgcc.info20128 `TYPE __sync_fetch_and_xor (TYPE *ptr, TYPE value, ...)'
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp6818 BUILTIN_ROW(__sync_fetch_and_xor), in SemaBuiltinAtomicOverloaded()