Searched refs:PokePair (Results 1 – 3 of 3) sorted by relevance
905 __ PokePair(i.InputFloat64Register(1), i.InputFloat64Register(0), in AssembleArchInstruction() local908 __ PokePair(i.InputRegister(1), i.InputRegister(0), in AssembleArchInstruction() local
706 void PokePair(const CPURegister& src1, const CPURegister& src2, int offset);
1260 void MacroAssembler::PokePair(const CPURegister& src1, in PokePair() function in v8::internal::MacroAssembler