Searched defs:MovInt64ToDouble (Results 1 – 4 of 4) 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 | 3550 void MacroAssembler::MovInt64ToDouble(DoubleRegister dst, in MovInt64ToDouble() function in v8::internal::MacroAssembler
|
/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
|