Searched refs:MovInt64ToDouble (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ppc/ |
D | codegen-ppc.cc | 586 __ MovInt64ToDouble(double_scratch1, temp2); in EmitMathExp() local 593 __ MovInt64ToDouble(double_scratch1, temp3, temp2); in EmitMathExp() local
|
D | macro-assembler-ppc.cc | 669 MovInt64ToDouble(double_dst, src); in ConvertInt64ToDouble() 676 MovInt64ToDouble(double_dst, src); in ConvertUnsignedInt64ToFloat() 683 MovInt64ToDouble(double_dst, src); in ConvertUnsignedInt64ToDouble() 690 MovInt64ToDouble(double_dst, src); in ConvertInt64ToFloat() 3550 void MacroAssembler::MovInt64ToDouble(DoubleRegister dst, in MovInt64ToDouble() function in v8::internal::MacroAssembler
|
D | macro-assembler-ppc.h | 497 void MovInt64ToDouble(DoubleRegister dst,
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1297 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0), in AssembleArchInstruction() local 1313 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1788 __ MovInt64ToDouble(result, scratch0(), ip); in DoShiftI() local 5384 __ MovInt64ToDouble(result_reg, hi_reg, lo_reg); in DoShiftI() local
|