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

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud