Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dintrin0.h33 unsigned char _InterlockedCompareExchange128_acq(__int64 volatile *_Destination,
37 unsigned char _InterlockedCompareExchange128_nf(__int64 volatile *_Destination,
41 unsigned char _InterlockedCompareExchange128_rel(__int64 volatile *_Destination,
63 unsigned char _InterlockedCompareExchange128(__int64 volatile *_Destination,
214 char _InterlockedCompareExchange8_acq(char volatile *_Destination,
216 char _InterlockedCompareExchange8_nf(char volatile *_Destination,
218 char _InterlockedCompareExchange8_rel(char volatile *_Destination,
220 short _InterlockedCompareExchange16_acq(short volatile *_Destination,
222 short _InterlockedCompareExchange16_nf(short volatile *_Destination,
224 short _InterlockedCompareExchange16_rel(short volatile *_Destination,
[all …]
H A Dimmintrin.h705 _InterlockedCompareExchange_HLEAcquire(long volatile *_Destination, in _InterlockedCompareExchange_HLEAcquire() argument
708 : "+a" (_Comparand), "+m" (*_Destination) in _InterlockedCompareExchange_HLEAcquire()
713 _InterlockedCompareExchange_HLERelease(long volatile *_Destination, in _InterlockedCompareExchange_HLERelease() argument
716 : "+a" (_Comparand), "+m" (*_Destination) in _InterlockedCompareExchange_HLERelease()
723 _InterlockedCompareExchange64_HLEAcquire(__int64 volatile *_Destination, in _InterlockedCompareExchange64_HLEAcquire() argument
726 : "+a" (_Comparand), "+m" (*_Destination) in _InterlockedCompareExchange64_HLEAcquire()
731 _InterlockedCompareExchange64_HLERelease(__int64 volatile *_Destination, in _InterlockedCompareExchange64_HLERelease() argument
734 : "+a" (_Comparand), "+m" (*_Destination) in _InterlockedCompareExchange64_HLERelease()
H A Dintrin.h206 long _InterlockedCompareExchange_np(long volatile *_Destination, long _Exchange,
208 unsigned char _InterlockedCompareExchange128_np(__int64 volatile *_Destination,
212 short _InterlockedCompareExchange16_np(short volatile *_Destination,
214 __int64 _InterlockedCompareExchange64_np(__int64 volatile *_Destination,
216 void *_InterlockedCompareExchangePointer_np(void *volatile *_Destination,