Searched defs:MovDoubleHighToInt (Results 1 – 3 of 3) sorted by relevance
2385 __ MovDoubleHighToInt(scratch, input_reg); in DoShiftI() local2403 __ MovDoubleHighToInt(scratch, value); in DoShiftI() local5106 __ MovDoubleHighToInt(scratch1, double_input); in DoShiftI() local5136 __ MovDoubleHighToInt(scratch1, double_input); in DoShiftI() local5370 __ MovDoubleHighToInt(result_reg, value_reg); in DoShiftI() local
1281 __ MovDoubleHighToInt(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
3653 void MacroAssembler::MovDoubleHighToInt(Register dst, DoubleRegister src) { in MovDoubleHighToInt() function in v8::internal::MacroAssembler