Searched defs:MaxAtomic (Results 1 – 4 of 4) sorted by relevance
| /external/swiftshader/src/Reactor/ |
| D | EmulatedIntrinsics.cpp | 266 RValue<Int> MaxAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder) in MaxAtomic() function 271 RValue<UInt> MaxAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in MaxAtomic() function
|
| D | LLVMReactor.cpp | 3556 RValue<Int> MaxAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder) in MaxAtomic() function 3561 RValue<UInt> MaxAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in MaxAtomic() function
|
| D | SubzeroReactor.cpp | 4535 RValue<Int> MaxAtomic(RValue<Pointer<Int>> x, RValue<Int> y, std::memory_order memoryOrder) in MaxAtomic() function 4541 RValue<UInt> MaxAtomic(RValue<Pointer<UInt>> x, RValue<UInt> y, std::memory_order memoryOrder) in MaxAtomic() function
|
| /external/swiftshader/tests/ReactorUnitTests/ |
| D | ReactorUnitTests.cpp | 3182 TEST(ReactorUnitTests, MaxAtomic) in TEST() argument
|