Home | History | Annotate | Download | only in arm64

Lines Matching refs:CountLeadingZeros

85   int index = CountLeadingZeros(list_, kRegListSizeInBits);
2621 clz_a = CountLeadingZeros(a, kXRegSizeInBits);
2622 int clz_c = CountLeadingZeros(c, kXRegSizeInBits);
2643 clz_a = CountLeadingZeros(a, kXRegSizeInBits);
2676 int multiplier_idx = CountLeadingZeros(d, kXRegSizeInBits) - 57;
2695 int clz_b = (b == 0) ? -1 : CountLeadingZeros(b, kXRegSizeInBits);