Searched defs:CmpLE (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMReactor.cpp | 2604 RValue<Int4> CmpLE(RValue<Int4> x, RValue<Int4> y) in CmpLE() function 2808 RValue<UInt4> CmpLE(RValue<UInt4> x, RValue<UInt4> y) in CmpLE() function 3134 RValue<Int4> CmpLE(RValue<Float4> x, RValue<Float4> y) in CmpLE() function 4189 RValue<SIMD::Int> CmpLE(RValue<SIMD::Int> x, RValue<SIMD::Int> y) in CmpLE() function 4329 RValue<SIMD::UInt> CmpLE(RValue<SIMD::UInt> x, RValue<SIMD::UInt> y) in CmpLE() function 4453 RValue<SIMD::Int> CmpLE(RValue<SIMD::Float> x, RValue<SIMD::Float> y) in CmpLE() function
|
H A D | SubzeroReactor.cpp | 3338 RValue<Int4> CmpLE(RValue<Int4> x, RValue<Int4> y) in CmpLE() function 3592 RValue<UInt4> CmpLE(RValue<UInt4> x, RValue<UInt4> y) in CmpLE() function 3869 RValue<Int4> CmpLE(RValue<Float4> x, RValue<Float4> y) in CmpLE() function 4785 RValue<SIMD::Int> CmpLE(RValue<SIMD::Int> x, RValue<SIMD::Int> y) in CmpLE() function 4979 RValue<SIMD::UInt> CmpLE(RValue<SIMD::UInt> x, RValue<SIMD::UInt> y) in CmpLE() function 5150 RValue<SIMD::Int> CmpLE(RValue<SIMD::Float> x, RValue<SIMD::Float> y) in CmpLE() function
|