Searched defs:CmpLT (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/Reactor/
H A DLLVMReactor.cpp4787 RValue<Int4> CmpLT(RValue<Int4> x, RValue<Int4> y) function in namespace:sw
4848 RValue<Int4> less = CmpLT(x, y);
5140 RValue<UInt4> CmpLT(RValue<UInt4> x, RValue<UInt4> y) function in namespace:sw
5192 RValue<UInt4> less = CmpLT(x, y);
5773 RValue<Int4> CmpLT(RValue<Float4> x, RValue<Float4> y) function in namespace:sw

Completed in 972 milliseconds