Searched refs:SubAtomic (Results 1 – 4 of 4) sorted by relevance
3073 TEST(ReactorUnitTests, SubAtomic) in TEST() argument3079 UInt r = rr::SubAtomic(p, a, std::memory_order_relaxed); in TEST()
2331 v = SubAtomic(Pointer<UInt>(&ptr.base[offset]), laneValue, memoryOrder); in EmitAtomicOp()
2645 RValue<UInt> SubAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in SubAtomic() function
1339 RValue<UInt> SubAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder);