Searched defs:ConvertUnsignedIntToDouble (Results 1 – 3 of 3) sorted by relevance
1202 __ ConvertUnsignedIntToDouble(i.InputRegister(0), in AssembleArchInstruction() local
4690 __ ConvertUnsignedIntToDouble(ToRegister(input), ToDoubleRegister(output)); in DoShiftI() local4770 __ ConvertUnsignedIntToDouble(src, dbl_scratch); in DoShiftI() local
651 void MacroAssembler::ConvertUnsignedIntToDouble(Register src, in ConvertUnsignedIntToDouble() function in v8::internal::MacroAssembler