Home
last modified time | relevance | path

Searched defs:ExchangeHigh (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dms-intrinsics.c434 test_InterlockedCompareExchange128(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128() argument
460 test_InterlockedCompareExchange128_acq(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128_acq() argument
466 test_InterlockedCompareExchange128_nf(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128_nf() argument
472 test_InterlockedCompareExchange128_rel(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128_rel() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp396 llvm::Value *ExchangeHigh = CGF.EmitScalarExpr(E->getArg(1)); EmitAtomicCmpXchg128ForMSIntrin() local