Searched defs:cmpxchg (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | atomic.h | 43 #define cmpxchg(P, O, N) __sync_val_compare_and_swap(P, O, N) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-store-merging.c | 790 find_bswap_or_nop_finalize (struct symbolic_number *n, uint64_t *cmpxchg, in find_bswap_or_nop_finalize() 868 uint64_t cmpxchg, cmpnop; in find_bswap_or_nop() local 2590 uint64_t cmpxchg, cmpnop; in try_coalesce_bswap() local
|
H A D | omp-expand.c | 7337 tree type, itype, cmpxchg, iaddr, atype; in expand_omp_atomic_pipeline() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-store-merging.cc | 818 find_bswap_or_nop_finalize (struct symbolic_number *n, uint64_t *cmpxchg, in find_bswap_or_nop_finalize() 986 uint64_t cmpxchg, cmpnop; in find_bswap_or_nop() local 2926 uint64_t cmpxchg, cmpnop; in try_coalesce_bswap() local
|
H A D | omp-expand.cc | 9053 tree cmpxchg = builtin_decl_explicit (fncode); in expand_omp_atomic_cas() local 9195 tree type, itype, cmpxchg, iaddr, atype; in expand_omp_atomic_pipeline() local
|