summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt/__sync_fetch_and_or_8.c
blob: 7cb9403bed173d8c39f33e542bfc8959474f9bff (plain)
1
2
3
4
5
6
7
/* $FreeBSD$ */
#define	NAME		__sync_fetch_and_or_8
#define	TYPE		uint64_t
#define	CMPSET		atomic_cmpset_64
#define	EXPRESSION	t | value

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud