Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSIMD.hpp268 inline RValue<SIMD::Int> CmpGE(RValue<SIMD::Int> x, RValue<SIMD::Int> y) in CmpGE() function
334 inline RValue<SIMD::UInt> CmpGE(RValue<SIMD::UInt> x, RValue<SIMD::UInt> y) in CmpGE() function
387 inline RValue<SIMD::Int> CmpGE(RValue<SIMD::Float> x, RValue<SIMD::Float> y) in CmpGE() function
H A DReactor.hpp1659 inline RValue<Int4> CmpGE(RValue<Int4> x, RValue<Int4> y) in CmpGE() function
1761 inline RValue<UInt4> CmpGE(RValue<UInt4> x, RValue<UInt4> y) in CmpGE() function
2028 inline RValue<Int4> CmpGE(RValue<Float4> x, RValue<Float4> y) in CmpGE() function