Searched defs:MovInt64ToDouble (Results 1 – 5 of 5) sorted by relevance
1587 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0), in AssembleArchInstruction() local1603 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
1629 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
3975 void MacroAssembler::MovInt64ToDouble(DoubleRegister dst, in MovInt64ToDouble() function in v8::internal::MacroAssembler
935 void MacroAssembler::MovInt64ToDouble(DoubleRegister dst, Register src) { in MovInt64ToDouble() function in v8::internal::MacroAssembler
1755 __ MovInt64ToDouble(result, scratch0(), ip); in DoShiftI() local