Home
last modified time | relevance | path

Searched defs:MovDoubleToInt64 (Results 1 – 3 of 3) 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
5104 __ MovDoubleToInt64(scratch1, double_input); in DoShiftI() local
5134 __ MovDoubleToInt64(scratch1, double_input); in DoShiftI() local
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1310 __ MovDoubleToInt64(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc3670 void MacroAssembler::MovDoubleToInt64( in MovDoubleToInt64() function in v8::internal::MacroAssembler