Home
last modified time | relevance | path

Searched refs:_InterlockedCompareExchange128_rel (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Headers/
Dintrin.h441 unsigned char _InterlockedCompareExchange128_rel(__int64 volatile *_Destination,
/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics.c479 return _InterlockedCompareExchange128_rel(Destination, ExchangeHigh, in test_InterlockedCompareExchange128_rel()
/external/llvm-project/clang/include/clang/Basic/
DBuiltinsAArch64.def159 TARGET_HEADER_BUILTIN(_InterlockedCompareExchange128_rel,"UcLLiD*LLiLLiLLi*", "nh", "intrin.h", ALL…
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp1068 _InterlockedCompareExchange128_rel, enumerator
1314 return MSVCIntrin::_InterlockedCompareExchange128_rel; in translateAarch64ToMsvcIntrin()
1515 case MSVCIntrin::_InterlockedCompareExchange128_rel: in EmitMSVCBuiltinExpr()