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

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud