Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
Dintrin.h215 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
222 short _Exchange, short _Comparand);
224 __int64 _Exchange, __int64 _Comparand);
226 void *_Exchange, void *_Comparand);
402 char _Exchange, char _Comparand);
404 char _Exchange, char _Comparand);
406 char _Exchange, char _Comparand);
408 short _Exchange, short _Comparand);
410 short _Exchange, short _Comparand);
412 short _Exchange, short _Comparand);
[all …]
Dimmintrin.h559 long _Exchange, long _Comparand) { in _InterlockedCompareExchange_HLEAcquire() argument
562 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange_HLEAcquire()
567 long _Exchange, long _Comparand) { in _InterlockedCompareExchange_HLERelease() argument
570 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange_HLERelease()
577 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64_HLEAcquire() argument
580 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange64_HLEAcquire()
585 __int64 _Exchange, __int64 _Comparand) { in _InterlockedCompareExchange64_HLERelease() argument
588 : "r" (_Exchange) : "memory"); in _InterlockedCompareExchange64_HLERelease()
/external/clang/lib/Headers/
Dintrin.h192 long _Exchange, long _Comparand);
197 short _Exchange, short _Comparand);
200 __int64 _Exchange, __int64 _Comparand);
206 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
359 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
370 short _Exchange, short _Comparand);
376 __int64 _Exchange, __int64 _Comparand);
378 void *_Exchange, void *_Comparand);
380 void *_Exchange, void *_Comparand);
752 char _Exchange, char _Comparand) { in _InterlockedCompareExchange8() argument
[all …]