Searched refs:ATOMIC_FCMPSET_CODE (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/include/ |
H A D | atomic.h | 182 #define ATOMIC_FCMPSET_CODE(RET, TYPE, SUF) \ in ATOMIC_ACQ_REL_LONG() macro 234 ATOMIC_FCMPSET_CODE(ret, uint8_t, "b"); 244 ATOMIC_FCMPSET_CODE(ret, uint8_t, "b"); in atomic_fcmpset_acq_8() 255 ATOMIC_FCMPSET_CODE(ret, uint8_t, "b"); in atomic_fcmpset_rel_8() 264 ATOMIC_FCMPSET_CODE(ret, uint16_t, "h"); in atomic_fcmpset_16() 274 ATOMIC_FCMPSET_CODE(ret, uint16_t, "h"); in atomic_fcmpset_acq_16() 285 ATOMIC_FCMPSET_CODE(ret, uint16_t, "h"); in atomic_fcmpset_rel_16() 294 ATOMIC_FCMPSET_CODE(ret, uint32_t, ""); in atomic_fcmpset_32() 303 ATOMIC_FCMPSET_CODE(ret, uint32_t, ""); in atomic_fcmpset_acq_32() 314 ATOMIC_FCMPSET_CODE(ret, uint32_t, ""); in atomic_fcmpset_rel_32() [all …]
|