Home | History | Annotate | Download | only in x64

Lines Matching refs:popcntl

3477 void MacroAssembler::Popcntl(Register dst, Register src) {
3480 popcntl(dst, src);
3487 void MacroAssembler::Popcntl(Register dst, const Operand& src) {
3490 popcntl(dst, src);