Searched refs:_Exchange (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | intrin0.h | 215 char _Exchange, char _Comparand); 217 char _Exchange, char _Comparand); 219 char _Exchange, char _Comparand); 221 short _Exchange, short _Comparand); 223 short _Exchange, short _Comparand); 225 short _Exchange, short _Comparand); 227 long _Exchange, long _Comparand); 228 long _InterlockedCompareExchange_nf(long volatile *_Destination, long _Exchange, 231 long _Exchange, long _Comparand); 233 __int64 _Exchange, [all …]
|
H A D | immintrin.h | 706 long _Exchange, long _Comparand) { in _InterlockedCompareExchange_HLEAcquire() argument 709 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange_HLEAcquire() 714 long _Exchange, long _Comparand) { in _InterlockedCompareExchange_HLERelease() argument 717 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange_HLERelease() 724 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64_HLEAcquire() argument 727 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange64_HLEAcquire() 732 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64_HLERelease() argument 735 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange64_HLERelease()
|
H A D | intrin.h | 206 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange, 213 short _Exchange, short _Comparand); 215 __int64 _Exchange, __int64 _Comparand); 217 void *_Exchange, void *_Comparand);
|