HomeSort by: relevance | last modified time | path
    Searched refs:__sync_fetch_and_or_4 (Results 1 - 6 of 6) sorted by relevancy

  /src/common/lib/libc/arch/arm/atomic/
atomic_or_32.S 52 ENTRY_NP(__sync_fetch_and_or_4)
58 END(__sync_fetch_and_or_4)
  /src/common/lib/libc/arch/m68k/atomic/
atomic_or.S 72 ENTRY(__sync_fetch_and_or_4) function
81 END(__sync_fetch_and_or_4)
129 CRT_ALIAS(__atomic_fetch_or_4,__sync_fetch_and_or_4)
  /src/common/lib/libc/atomic/
atomic_or_32_cas.c 38 asm("__sync_fetch_and_or_4"); /* C runtime internal */
61 __strong_alias(__atomic_fetch_or_4,__sync_fetch_and_or_4)
  /src/common/lib/libc/arch/riscv/atomic/
atomic_or_32.S 46 CRT_ALIAS(__sync_fetch_and_or_4,_atomic_or_32)
  /src/common/lib/libc/arch/or1k/atomic/
atomic_or_32.S 46 CRT_ALIAS(__sync_fetch_and_or_4,_atomic_or_32)
  /src/tests/lib/libc/atomic/
t___sync_or.c 77 atf_sync_prefetch(__sync_fetch_and_or_4, uint32_t, PRIx32);
115 ATF_TP_ADD_TC(tp, __sync_fetch_and_or_4);

Completed in 14 milliseconds