atomic_add_8
extern void atomic_add_8(volatile uint8_t *, int8_t);
__ATOMIC_OPXX(atomic_add_8, uint8_t, int8_t, "add" SUF_8, "q")