Home | History | Annotate | Download | only in x64

Lines Matching refs:ntz

1243     unsigned ntz = base::bits::CountTrailingZeros(src);
1246 if (pop + ntz + nlz == 32) {
1248 if (ntz) Pslld(dst, static_cast<byte>(ntz + nlz));
1262 unsigned ntz = base::bits::CountTrailingZeros(src);
1265 if (pop + ntz + nlz == 64) {
1267 if (ntz) Psllq(dst, static_cast<byte>(ntz + nlz));