Lines Matching refs:tmp2
95 uint32_t tmp = 0, tmp2 = 0; in atomic_add_32() local
104 : "=&r" (tmp), "+r" (tmp2) in atomic_add_32()
144 uint32_t tmp = 0, tmp2 = 0; in ATOMIC_ACQ_REL_LONG() local
153 : "=&r" (tmp), "+r" (tmp2), "+r" (address), "+r" (setmask) in ATOMIC_ACQ_REL_LONG()
573 uint32_t tmp = 0, tmp2 = 0, ret = 0; in atomic_fetchadd_32() local
582 : "+r" (ret), "=&r" (tmp), "+r" (tmp2), "+r" (p), "+r" (val) in atomic_fetchadd_32()
670 uint32_t ret, tmp = 0, tmp2 = 0; in atomic_readandclear_32() local
679 : "=r" (ret), "=&r" (tmp), "+r" (tmp2), "+r" (p) in atomic_readandclear_32()
717 uint32_t tmp = 0, tmp2 = 0; in atomic_set_32() local
726 : "=&r" (tmp), "+r" (tmp2), "+r" (address), "+r" (setmask) in atomic_set_32()
766 uint32_t tmp = 0, tmp2 = 0; in ATOMIC_ACQ_REL_LONG() local
775 : "=&r" (tmp), "+r" (tmp2), "+r" (p), "+r" (val) in ATOMIC_ACQ_REL_LONG()