Searched refs:Popcnt64 (Results 1 – 3 of 3) sorted by relevance
523 void Popcnt64(Register dst, Register src);
4289 void TurboAssembler::Popcnt64(Register dst, Register src) { in Popcnt64() function in v8::internal::TurboAssembler
2120 __ Popcnt64(i.OutputRegister(), i.InputRegister(0)); in AssembleArchInstruction() local