Home
last modified time | relevance | path

Searched refs:MovInt64ToDouble (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ppc/
Dmacro-assembler-ppc.cc743 MovInt64ToDouble(double_dst, src); in ConvertInt64ToDouble()
750 MovInt64ToDouble(double_dst, src); in ConvertUnsignedInt64ToFloat()
757 MovInt64ToDouble(double_dst, src); in ConvertUnsignedInt64ToDouble()
764 MovInt64ToDouble(double_dst, src); in ConvertInt64ToFloat()
3714 void MacroAssembler::MovInt64ToDouble(DoubleRegister dst, in MovInt64ToDouble() function in v8::internal::MacroAssembler
Dmacro-assembler-ppc.h551 void MovInt64ToDouble(DoubleRegister dst,
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1803 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0), in AssembleArchInstruction() local
1819 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
/external/v8/src/s390/
Dmacro-assembler-s390.h697 void MovInt64ToDouble(DoubleRegister dst, Register src);
Dmacro-assembler-s390.cc928 void MacroAssembler::MovInt64ToDouble(DoubleRegister dst, Register src) { in MovInt64ToDouble() function in v8::internal::MacroAssembler
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1966 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc1766 __ MovInt64ToDouble(result, scratch0(), ip); in DoShiftI() local