Searched refs:AndAtomic (Results 1 – 4 of 4) sorted by relevance
3091 TEST(ReactorUnitTests, AndAtomic) in TEST() argument3097 UInt r = rr::AndAtomic(p, a, std::memory_order_relaxed); in TEST()
2334 v = AndAtomic(Pointer<UInt>(&ptr.base[offset]), laneValue, memoryOrder); in EmitAtomicOp()
2650 RValue<UInt> AndAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in AndAtomic() function
1340 RValue<UInt> AndAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder);