Home
last modified time | relevance | path

Searched defs:MinAtomic (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp256 RValue<Int> MinAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder) in MinAtomic() function
261 RValue<UInt> MinAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in MinAtomic() function
DLLVMReactor.cpp3546 RValue<Int> MinAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder) in MinAtomic() function
3551 RValue<UInt> MinAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in MinAtomic() function
DSubzeroReactor.cpp4523 RValue<Int> MinAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder) in MinAtomic() function
4529 RValue<UInt> MinAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in MinAtomic() function
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3145 TEST(ReactorUnitTests, MinAtomic) in TEST() argument