Searched defs:MovInt64ToDouble (Results 1 – 5 of 5) sorted by relevance
1803 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0), in AssembleArchInstruction() local1819 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
1966 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
3714 void MacroAssembler::MovInt64ToDouble(DoubleRegister dst, in MovInt64ToDouble() function in v8::internal::MacroAssembler
928 void MacroAssembler::MovInt64ToDouble(DoubleRegister dst, Register src) { in MovInt64ToDouble() function in v8::internal::MacroAssembler
1766 __ MovInt64ToDouble(result, scratch0(), ip); in DoShiftI() local