Home | History | Annotate | Download | only in priv

Lines Matching refs:CountLeadingZeros

974 //    CountLeadingZeros CountTrailingZeros CountSetBits isImmLogical
1006 static Int CountLeadingZeros(ULong value, Int width)
1109 UInt lead_zero = CountLeadingZeros(value, width);
1110 UInt lead_one = CountLeadingZeros(~value, width);