Searched refs:Popcnt (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/x87/ |
D | macro-assembler-x87.h | 742 void Popcnt(Register dst, Register src) { Popcnt(dst, Operand(src)); } in Popcnt() function 743 void Popcnt(Register dst, const Operand& src);
|
D | macro-assembler-x87.cc | 2385 void MacroAssembler::Popcnt(Register dst, const Operand& src) { in Popcnt() function in v8::internal::MacroAssembler
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 760 void Popcnt(Register dst, Register src) { Popcnt(dst, Operand(src)); } in Popcnt() function 761 void Popcnt(Register dst, const Operand& src);
|
D | macro-assembler-ia32.cc | 2503 void MacroAssembler::Popcnt(Register dst, const Operand& src) { in Popcnt() function in v8::internal::MacroAssembler
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 613 __ Popcnt(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 698 __ Popcnt(i.OutputRegister(), i.InputOperand(0)); in AssembleArchInstruction() local
|