Searched refs:Popcntq (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/x64/
H A Dmacro-assembler-x64.h1096 void Popcntq(Register dst, Register src);
1097 void Popcntq(Register dst, const Operand& src);
H A Dmacro-assembler-x64.cc3497 void MacroAssembler::Popcntq(Register dst, Register src) { function in class:MacroAssembler
3507 void MacroAssembler::Popcntq(Register dst, const Operand& src) { function in class:MacroAssembler
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc1221 __ Popcntq(i.OutputRegister(), i.InputRegister(0));
1223 __ Popcntq(i.OutputRegister(), i.InputOperand(0));

Completed in 79 milliseconds