Home
last modified time | relevance | path

Searched refs:atomic_fetch_xor (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdatomic.h141 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) macro
H A Dopencl-c.h13327 int __ovld atomic_fetch_xor(volatile atomic_int *object, int operand);
13330 uint __ovld atomic_fetch_xor(volatile atomic_uint *object, uint operand);
13371 long __ovld atomic_fetch_xor(volatile atomic_long *object, long operand);
13374 ulong __ovld atomic_fetch_xor(volatile atomic_ulong *object, ulong operand);
/netbsd/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdatomic.h207 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
/netbsd/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdatomic.h207 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro
/netbsd/sys/external/bsd/drm2/include/linux/
H A Datomic.h231 atomic_fetch_xor(int value, atomic_t *atomic) in atomic_fetch_xor() function
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Datomic416 Integral atomic_fetch_xor(volatile atomic<Integral>* obj, Integral op) noexcept;
419 Integral atomic_fetch_xor(atomic<Integral>* obj, Integral op) noexcept;
2440 // atomic_fetch_xor
2449 atomic_fetch_xor(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
2461 atomic_fetch_xor(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
/netbsd/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dsync.md545 (define_expand "atomic_fetch_xor<mode>"
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Datomic1477 atomic_fetch_xor(__atomic_base<_ITp>* __a,
1483 atomic_fetch_xor(volatile __atomic_base<_ITp>* __a,
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Datomic1612 atomic_fetch_xor(__atomic_base<_ITp>* __a,
1618 atomic_fetch_xor(volatile __atomic_base<_ITp>* __a,
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.def417 OPTAB_D (atomic_fetch_xor_optab, "atomic_fetch_xor$I$a")
/netbsd/external/gpl3/gcc/dist/gcc/
H A Doptabs.def448 OPTAB_D (atomic_fetch_xor_optab, "atomic_fetch_xor$I$a")
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog2558 * include/c_compatibility/stdatomic.h (atomic_fetch_xor): Add
H A DChangeLog-20184885 (atomic_fetch_xor): Use __atomic_val_t for scalar parameters.
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmd.texi7471 @cindex @code{atomic_fetch_xor@var{mode}} instruction pattern
7475 @itemx @samp{atomic_fetch_xor@var{mode}}, @samp{atomic_fetch_nand@var{mode}}
7543 @code{atomic_fetch_or@var{mode}}, @code{atomic_fetch_xor@var{mode}} or
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dmd.texi7909 @cindex @code{atomic_fetch_xor@var{mode}} instruction pattern
7913 @itemx @samp{atomic_fetch_xor@var{mode}}, @samp{atomic_fetch_nand@var{mode}}
7981 @code{atomic_fetch_or@var{mode}}, @code{atomic_fetch_xor@var{mode}} or
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.texi2292 call atomic_fetch_xor (atom[1], int(b'10100011101'), old)
H A Dgfortran.info8950 call atomic_fetch_xor (atom[1], int(b'10100011101'), old)
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.texi2288 call atomic_fetch_xor (atom[1], int(b'10100011101'), old)
H A Dgfortran.info8629 call atomic_fetch_xor (atom[1], int(b'10100011101'), old)