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

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud