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

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud