summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt/__sync_fetch_and_or_4.c
blob: 879b9aece713771be5ab40301a951d21589d6fc6 (plain)
1
2
3
4
5
6
7
/* $FreeBSD$ */
#define	NAME		__sync_fetch_and_or_4
#define	TYPE		int32_t
#define	CMPSET		atomic_cmpset_32
#define	EXPRESSION	t | value

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud