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