Home
last modified time | relevance | path

Searched refs:ia64_fetch_and_add (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/ia64/include/asm/
H A Datomic.h81 ? ia64_fetch_and_add(__ia64_aar_i, &(v)->counter) \
89 ? ia64_fetch_and_add(-__ia64_asr_i, &(v)->counter) \
166 ? ia64_fetch_and_add(__ia64_aar_i, &(v)->counter) \
174 ? ia64_fetch_and_add(-__ia64_asr_i, &(v)->counter) \
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dintrinsics.h78 #define ia64_fetch_and_add(i,v) (ia64_fetchadd(i, v, rel) + (i)) /* return new value */ macro