Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A Dintrin.h415 long _InterlockedCompareExchange_nf(long volatile *_Destination,
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltinsAArch64.def170 TARGET_HEADER_BUILTIN(_InterlockedCompareExchange_nf, "NiNiD*NiNi", "nh", "intrin.h", ALL_MS…
H A DBuiltinsARM.def272 TARGET_HEADER_BUILTIN(_InterlockedCompareExchange_nf, "NiNiD*NiNi", "nh", "intrin.h", ALL_MS…
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp1069 _InterlockedCompareExchange_nf, enumerator
1164 return MSVCIntrin::_InterlockedCompareExchange_nf; in translateArmToMsvcIntrin()
1310 return MSVCIntrin::_InterlockedCompareExchange_nf; in translateAarch64ToMsvcIntrin()
1512 case MSVCIntrin::_InterlockedCompareExchange_nf: in EmitMSVCBuiltinExpr()