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

/external/v8/src/x64/
H A Dmacro-assembler-x64.h1093 void Popcntl(Register dst, Register src);
1094 void Popcntl(Register dst, const Operand& src);
H A Dmacro-assembler-x64.cc3477 void MacroAssembler::Popcntl(Register dst, Register src) { function in class:MacroAssembler
3487 void MacroAssembler::Popcntl(Register dst, const Operand& src) { function in class:MacroAssembler
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc1228 __ Popcntl(i.OutputRegister(), i.InputRegister(0));
1230 __ Popcntl(i.OutputRegister(), i.InputOperand(0));

Completed in 149 milliseconds