Home
last modified time | relevance | path

Searched defs:isZeroUndef (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DSIMD.cpp810 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 DLLVMReactor.cpp3289 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 DSubzeroReactor.cpp4175 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()