Home
last modified time | relevance | path

Searched refs:_InterlockedAnd (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Datomic_msvc.h142 return (type)ATOMIC_INTERLOCKED_NAME(_InterlockedAnd, lg_size)( \
/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics-other.c127 return _InterlockedAnd(value, mask); in test_InterlockedAnd()
Dms-intrinsics.c392 return _InterlockedAnd(value, mask); in test_InterlockedAnd()
/external/clang/lib/Headers/
Dintrin.h182 long _InterlockedAnd(long volatile *_Value, long _Mask);
676 _InterlockedAnd(long volatile *_Value, long _Mask) { in _InterlockedAnd() function
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp1049 _InterlockedAnd, enumerator
1101 return MSVCIntrin::_InterlockedAnd; in translateArmToMsvcIntrin()
1247 return MSVCIntrin::_InterlockedAnd; in translateAarch64ToMsvcIntrin()
1401 return MSVCIntrin::_InterlockedAnd; in translateX86ToMsvcIntrin()
1474 case MSVCIntrin::_InterlockedAnd: in EmitMSVCBuiltinExpr()
4167 return RValue::get(EmitMSVCBuiltinExpr(MSVCIntrin::_InterlockedAnd, E)); in EmitBuiltinExpr()
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def889 LANGBUILTIN(_InterlockedAnd, "NiNiD*Ni", "n", ALL_MS_LANGUAGES)