Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dintrin.h400 char _Exchange, char _Comparand);
402 char _Exchange, char _Comparand);
404 char _Exchange, char _Comparand);
406 short _Exchange, short _Comparand);
408 short _Exchange, short _Comparand);
410 short _Exchange, short _Comparand);
412 long _Exchange, long _Comparand);
414 long _Exchange, long _Comparand);
416 long _Exchange, long _Comparand);
418 __int64 _Exchange, __int64 _Comparand);
[all …]
H A Dimmintrin.h780 long _Exchange, long _Comparand) { in _InterlockedCompareExchange_HLEAcquire() argument
783 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange_HLEAcquire()
788 long _Exchange, long _Comparand) { in _InterlockedCompareExchange_HLERelease() argument
791 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange_HLERelease()
798 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64_HLEAcquire() argument
801 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange64_HLEAcquire()
806 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64_HLERelease() argument
809 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange64_HLERelease()