Searched defs:MovDoubleLowToInt (Results 1 – 2 of 2) sorted by relevance
1809 __ MovDoubleLowToInt(i.OutputRegister(), kScratchDoubleReg); in AssembleArchInstruction() local1830 __ MovDoubleLowToInt(i.OutputRegister(), kScratchDoubleReg); in AssembleArchInstruction() local1921 __ MovDoubleLowToInt(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
2617 void TurboAssembler::MovDoubleLowToInt(Register dst, DoubleRegister src) { in CallRecordWriteStub() function in v8::internal::TurboAssembler