Searched defs:MovDoubleToInt64 (Results 1 – 3 of 3) sorted by relevance
2401 __ MovDoubleToInt64(scratch, value); in DoShiftI() local3711 __ MovDoubleToInt64(scratch1, input); in DoShiftI() local4927 __ MovDoubleToInt64(scratch, result_reg); in DoShiftI() local5104 __ MovDoubleToInt64(scratch1, double_input); in DoShiftI() local5134 __ MovDoubleToInt64(scratch1, double_input); in DoShiftI() local
1310 __ MovDoubleToInt64(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
3670 void MacroAssembler::MovDoubleToInt64( in MovDoubleToInt64() function in v8::internal::MacroAssembler