Home | History | Annotate | Download | only in arm64

Lines Matching defs:clz

1564 void Assembler::clz(const Register& rd,
1566 DataProcessing1Source(rd, rn, CLZ);
2603 // measure the distance d between bit positions a and c (using CLZ), and that
2667 // be derived using a table lookup on CLZ(d).
2692 // Count the set bits in our basic stretch. The special case of clz(0) == -1