Home
last modified time | relevance | path

Searched refs:MovDoubleToInt64 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2401 __ MovDoubleToInt64(scratch, value); in DoShiftI() local
3711 __ MovDoubleToInt64(scratch1, input); in DoShiftI() local
4927 __ MovDoubleToInt64(scratch, result_reg); in DoShiftI() local
4932 __ MovDoubleToInt64(scratch, ip, result_reg); in DoShiftI()
5104 __ MovDoubleToInt64(scratch1, double_input); in DoShiftI() local
5134 __ MovDoubleToInt64(scratch1, double_input); in DoShiftI() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc711 MovDoubleToInt64( in ConvertDoubleToInt64()
730 MovDoubleToInt64(dst, double_dst); in ConvertDoubleToUnsignedInt64()
3670 void MacroAssembler::MovDoubleToInt64( in MovDoubleToInt64() function in v8::internal::MacroAssembler
Dmacro-assembler-ppc.h510 void MovDoubleToInt64(
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1310 __ MovDoubleToInt64(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local