Searched refs:_InterlockedAnd (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | atomic_msvc.h | 142 return (type)ATOMIC_INTERLOCKED_NAME(_InterlockedAnd, lg_size)( \
|
/external/llvm-project/clang/test/CodeGen/ |
D | ms-intrinsics-other.c | 127 return _InterlockedAnd(value, mask); in test_InterlockedAnd()
|
D | ms-intrinsics.c | 392 return _InterlockedAnd(value, mask); in test_InterlockedAnd()
|
/external/clang/lib/Headers/ |
D | intrin.h | 182 long _InterlockedAnd(long volatile *_Value, long _Mask); 676 _InterlockedAnd(long volatile *_Value, long _Mask) { in _InterlockedAnd() function
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1049 _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/ |
D | Builtins.def | 889 LANGBUILTIN(_InterlockedAnd, "NiNiD*Ni", "n", ALL_MS_LANGUAGES)
|