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

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud