Searched defs:isZeroUndef (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | SIMD.cpp | 810 RValue<SIMD::UInt> Ctlz(RValue<SIMD::UInt> x, bool isZeroUndef) in Ctlz() 817 RValue<SIMD::UInt> Cttz(RValue<SIMD::UInt> x, bool isZeroUndef) in Cttz()
|
H A D | LLVMReactor.cpp | 3289 RValue<UInt> Ctlz(RValue<UInt> v, bool isZeroUndef) in Ctlz() 3297 RValue<UInt4> Ctlz(RValue<UInt4> v, bool isZeroUndef) in Ctlz() 3305 RValue<UInt> Cttz(RValue<UInt> v, bool isZeroUndef) in Cttz() 3313 RValue<UInt4> Cttz(RValue<UInt4> v, bool isZeroUndef) in Cttz()
|
H A D | SubzeroReactor.cpp | 4175 RValue<UInt> Ctlz(RValue<UInt> x, bool isZeroUndef) in Ctlz() 4195 RValue<UInt4> Ctlz(RValue<UInt4> x, bool isZeroUndef) in Ctlz() 4209 RValue<UInt> Cttz(RValue<UInt> x, bool isZeroUndef) in Cttz() 4229 RValue<UInt4> Cttz(RValue<UInt4> x, bool isZeroUndef) in Cttz()
|