Lines Matching refs:CountLeadingZeros
974 // CountLeadingZeros CountTrailingZeros CountSetBits isImmLogical1006 static Int CountLeadingZeros(ULong value, Int width)1109 UInt lead_zero = CountLeadingZeros(value, width);1110 UInt lead_one = CountLeadingZeros(~value, width);