Home | History | Annotate | Download | only in arm64

Lines Matching refs:CountLeadingZeros

160 static int CountLeadingZeros(bool is_wide, uint64_t value) {
211 unsigned lead_zero = CountLeadingZeros(is_wide, value);
212 unsigned lead_one = CountLeadingZeros(is_wide, ~value);