Home | History | Annotate | Download | only in priv

Lines Matching full:countleadingzeros

972 //    CountLeadingZeros CountTrailingZeros CountSetBits isImmLogical
1004 static Int CountLeadingZeros(ULong value, Int width)
1107 UInt lead_zero = CountLeadingZeros(value, width);
1108 UInt lead_one = CountLeadingZeros(~value, width);