/* $FreeBSD: stable/9/lib/libcompiler_rt/__sync_fetch_and_and_8.c 236016 2012-05-25 17:50:50Z marius $ */ #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"