Home
last modified time | relevance | path

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

/external/v8/src/codegen/ppc/
Dmacro-assembler-ppc.cc851 MovInt64ToDouble(double_dst, src); in ConvertInt64ToDouble()
857 MovInt64ToDouble(double_dst, src); in ConvertUnsignedInt64ToFloat()
863 MovInt64ToDouble(double_dst, src); in ConvertUnsignedInt64ToDouble()
869 MovInt64ToDouble(double_dst, src); in ConvertInt64ToFloat()
2271 void TurboAssembler::MovInt64ToDouble(DoubleRegister dst, in MovInt64ToDouble() function in v8::internal::TurboAssembler
Dmacro-assembler-ppc.h472 void MovInt64ToDouble(DoubleRegister dst,
/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc2015 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0), in AssembleArchInstruction() local
2031 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
2286 __ MovInt64ToDouble(i.OutputDoubleRegister(), kScratchReg); in AssembleArchInstruction() local
/external/v8/src/codegen/s390/
Dmacro-assembler-s390.h685 void MovInt64ToDouble(DoubleRegister dst, Register src);
Dmacro-assembler-s390.cc1121 void TurboAssembler::MovInt64ToDouble(DoubleRegister dst, Register src) { in MovInt64ToDouble() function in v8::internal::TurboAssembler
/external/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc2527 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local