Lines Matching defs:ExchangeHigh
500 __int64 volatile *Destination, __int64 ExchangeHigh,
502 return _InterlockedCompareExchange128(++Destination, ++ExchangeHigh,
505 // CHECK-64: define{{.*}}i8 @test_InterlockedCompareExchange128(ptr{{.*}}%Destination, i64{{[a-z_ ]*}}%ExchangeHigh, i64{{[a-z_ ]*}}%ExchangeLow, ptr{{.*}}%ComparandResult){{.*}}{
507 // CHECK-64: %inc = add nsw i64 %ExchangeHigh, 1
526 __int64 volatile *Destination, __int64 ExchangeHigh,
528 return _InterlockedCompareExchange128_acq(Destination, ExchangeHigh,
532 __int64 volatile *Destination, __int64 ExchangeHigh,
534 return _InterlockedCompareExchange128_nf(Destination, ExchangeHigh,
538 __int64 volatile *Destination, __int64 ExchangeHigh,
540 return _InterlockedCompareExchange128_rel(Destination, ExchangeHigh,