Searched defs:isZeroUndef (Results 1 – 3 of 3) sorted by relevance
| /external/swiftshader/src/Reactor/ |
| 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()
|
| D | LLVMReactor.cpp | 3296 RValue<UInt> Ctlz(RValue<UInt> v, bool isZeroUndef) in Ctlz() 3304 RValue<UInt4> Ctlz(RValue<UInt4> v, bool isZeroUndef) in Ctlz() 3312 RValue<UInt> Cttz(RValue<UInt> v, bool isZeroUndef) in Cttz() 3320 RValue<UInt4> Cttz(RValue<UInt4> v, bool isZeroUndef) in Cttz()
|
| 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()
|