Home | History | Annotate | Download | only in ia32

Lines Matching refs:LZCNT

1546 void TurboAssembler::Lzcnt(Register dst, Operand src) {
1547 if (CpuFeatures::IsSupported(LZCNT)) {
1548 CpuFeatureScope scope(this, LZCNT);
1549 lzcnt(dst, src);