Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.cpp2621 RValue<Long> AddAtomic(RValue<Pointer<Long>> x, RValue<Long> y) in AddAtomic() function
2626 RValue<UInt> AddAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in AddAtomic() function
/aosp_15_r20/external/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp3348 TEST(ReactorUnitTests, AddAtomic) in TEST() argument