Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp3514 RValue<UInt> Ctlz(RValue<UInt> v, bool isZeroUndef) in Ctlz()
3522 RValue<UInt4> Ctlz(RValue<UInt4> v, bool isZeroUndef) in Ctlz()
3530 RValue<UInt> Cttz(RValue<UInt> v, bool isZeroUndef) in Cttz()
3538 RValue<UInt4> Cttz(RValue<UInt4> v, bool isZeroUndef) in Cttz()
DSubzeroReactor.cpp4443 RValue<UInt> Ctlz(RValue<UInt> x, bool isZeroUndef) in Ctlz()
4463 RValue<UInt4> Ctlz(RValue<UInt4> x, bool isZeroUndef) in Ctlz()
4483 RValue<UInt> Cttz(RValue<UInt> x, bool isZeroUndef) in Cttz()
4503 RValue<UInt4> Cttz(RValue<UInt4> x, bool isZeroUndef) in Cttz()