Home
last modified time | relevance | path

Searched defs:CmpUGT (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Reactor/
DSIMD.hpp399 inline RValue<SIMD::Int> CmpUGT(RValue<SIMD::Float> x, RValue<SIMD::Float> y) in CmpUGT() function
DReactor.hpp2040 inline RValue<Int4> CmpUGT(RValue<Float4> x, RValue<Float4> y) in CmpUGT() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp605 Value *CmpUGT = Builder.CreateICmpUGT(LoadSrc1, LoadSrc2); in getMemCmpOneBlock() local