Searched refs:MovInt64ToDouble (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 743 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
|
D | macro-assembler-ppc.h | 551 void MovInt64ToDouble(DoubleRegister dst,
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1803 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0), in AssembleArchInstruction() local 1819 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
|
/external/v8/src/s390/ |
D | macro-assembler-s390.h | 697 void MovInt64ToDouble(DoubleRegister dst, Register src);
|
D | macro-assembler-s390.cc | 928 void MacroAssembler::MovInt64ToDouble(DoubleRegister dst, Register src) { in MovInt64ToDouble() function in v8::internal::MacroAssembler
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1966 __ MovInt64ToDouble(i.OutputDoubleRegister(), i.InputRegister(0)); in AssembleArchInstruction() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 1766 __ MovInt64ToDouble(result, scratch0(), ip); in DoShiftI() local
|