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

#include "__sync_fetch_and_op_n.h"
OpenPOWER on IntegriCloud