Searched defs:CmpLE (Results  1 – 2 of 2) sorted by relevance
| /external/swiftshader/src/Reactor/ | 
| D | LLVMReactor.cpp | 2611 RValue<Int4> CmpLE(RValue<Int4> x, RValue<Int4> y)  in CmpLE()  function 2815 RValue<UInt4> CmpLE(RValue<UInt4> x, RValue<UInt4> y)  in CmpLE()  function 3141 RValue<Int4> CmpLE(RValue<Float4> x, RValue<Float4> y)  in CmpLE()  function 4196 RValue<SIMD::Int> CmpLE(RValue<SIMD::Int> x, RValue<SIMD::Int> y)  in CmpLE()  function 4336 RValue<SIMD::UInt> CmpLE(RValue<SIMD::UInt> x, RValue<SIMD::UInt> y)  in CmpLE()  function 4460 RValue<SIMD::Int> CmpLE(RValue<SIMD::Float> x, RValue<SIMD::Float> y)  in CmpLE()  function
  | 
| 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
  |