Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
Dintrin.h215 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
217 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
221 short _InterlockedCompareExchange16_np(short volatile *_Destination,
223 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
225 void *_InterlockedCompareExchangePointer_np(void *volatile *_Destination,
401 char _InterlockedCompareExchange8_acq(char volatile *_Destination,
403 char _InterlockedCompareExchange8_nf(char volatile *_Destination,
405 char _InterlockedCompareExchange8_rel(char volatile *_Destination,
407 short _InterlockedCompareExchange16_acq(short volatile *_Destination,
409 short _InterlockedCompareExchange16_nf(short volatile *_Destination,
[all …]
Dimmintrin.h558 _InterlockedCompareExchange_HLEAcquire(long volatile *_Destination, in _InterlockedCompareExchange_HLEAcquire() argument
561 : "+a" (_Comparand), "+m" (*_Destination) in _InterlockedCompareExchange_HLEAcquire()
566 _InterlockedCompareExchange_HLERelease(long volatile *_Destination, in _InterlockedCompareExchange_HLERelease() argument
569 : "+a" (_Comparand), "+m" (*_Destination) in _InterlockedCompareExchange_HLERelease()
576 _InterlockedCompareExchange64_HLEAcquire(__int64 volatile *_Destination, in _InterlockedCompareExchange64_HLEAcquire() argument
579 : "+a" (_Comparand), "+m" (*_Destination) in _InterlockedCompareExchange64_HLEAcquire()
584 _InterlockedCompareExchange64_HLERelease(__int64 volatile *_Destination, in _InterlockedCompareExchange64_HLERelease() argument
587 : "+a" (_Comparand), "+m" (*_Destination) in _InterlockedCompareExchange64_HLERelease()
/external/clang/lib/Headers/
Dintrin.h191 long __cdecl _InterlockedCompareExchange(long volatile *_Destination,
196 short _InterlockedCompareExchange16(short volatile *_Destination,
199 __int64 _InterlockedCompareExchange64(__int64 volatile *_Destination,
206 char _InterlockedCompareExchange8(char volatile *_Destination, char _Exchange,
359 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
361 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination,
365 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
369 short _InterlockedCompareExchange16_np(short volatile *_Destination,
375 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
377 void *_InterlockedCompareExchangePointer(void *volatile *_Destination,
[all …]