Searched defs:ExchangeLow (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | ms-intrinsics.c | 435 test_InterlockedCompareExchange128(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128() argument 461 test_InterlockedCompareExchange128_acq(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128_acq() argument 467 test_InterlockedCompareExchange128_nf(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128_nf() argument 473 test_InterlockedCompareExchange128_rel(__int64 volatile * Destination,__int64 ExchangeHigh,__int64 ExchangeLow,__int64 * ComparandResult) test_InterlockedCompareExchange128_rel() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 397 llvm::Value *ExchangeLow = CGF.EmitScalarExpr(E->getArg(2)); EmitAtomicCmpXchg128ForMSIntrin() local
|