Lines Matching refs:nlz
1561 unsigned nlz = base::bits::CountLeadingZeros(src);
1565 if (pop + ntz + nlz == 32) {
1567 if (ntz) Pslld(dst, static_cast<byte>(ntz + nlz));
1568 if (nlz) Psrld(dst, static_cast<byte>(nlz));
1580 unsigned nlz = base::bits::CountLeadingZeros(src);
1584 if (pop + ntz + nlz == 64) {
1586 if (ntz) Psllq(dst, static_cast<byte>(ntz + nlz));
1587 if (nlz) Psrlq(dst, static_cast<byte>(nlz));