Home | History | Annotate | Download | only in priv

Lines Matching refs:Iop_Ctz64

4903              unop(Iop_Ctz64, mkexpr(src64))
8180 Iop_Clz64/Iop_Ctz64 as they have no defined result in that case.
8210 fwds ? unop(Iop_Ctz64, mkexpr(src64))
18013 /* Iop_Ctz32 isn't implemented by the amd64 back end, so use Iop_Ctz64. */
18014 return unop(Iop_64to32, unop(Iop_Ctz64, unop(Iop_32Uto64, exp)));