Home | History | Annotate | Download | only in priv

Lines Matching refs:CountLeadingZeros

1135 //    CountLeadingZeros CountTrailingZeros CountSetBits isImmLogical
1167 static Int CountLeadingZeros(ULong value, Int width)
1270 UInt lead_zero = CountLeadingZeros(value, width);
1271 UInt lead_one = CountLeadingZeros(~value, width);