Home
last modified time | relevance | path

Searched refs:_InterlockedExchange_rel (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dms-intrinsics-other.c251 return _InterlockedExchange_rel(value, mask); in test_InterlockedExchange_rel()
Dms-intrinsics.c811 return _InterlockedExchange_rel(value, mask); in test_InterlockedExchange_rel()
/external/python/cpython3/Include/internal/
Dpycore_atomic.h418 _InterlockedExchange_rel((volatile long*)&((ATOMIC_VAL)->_value), (int)NEW_VAL); \
/external/llvm-project/clang/lib/Headers/
Dintrin.h392 long _InterlockedExchange_rel(long volatile *_Target, long _Value);
/external/llvm-project/clang/include/clang/Basic/
DBuiltinsAArch64.def138 TARGET_HEADER_BUILTIN(_InterlockedExchange_rel, "NiNiD*Ni", "nh", "intrin.h", ALL_MS_LANGUAGES…
DBuiltinsARM.def260 TARGET_HEADER_BUILTIN(_InterlockedExchange_rel, "NiNiD*Ni", "nh", "intrin.h", ALL_MS_LANGUAGES…
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp1061 _InterlockedExchange_rel, enumerator
1140 return MSVCIntrin::_InterlockedExchange_rel; in translateArmToMsvcIntrin()
1286 return MSVCIntrin::_InterlockedExchange_rel; in translateAarch64ToMsvcIntrin()
1498 case MSVCIntrin::_InterlockedExchange_rel: in EmitMSVCBuiltinExpr()