Home
last modified time | relevance | path

Searched defs:MovDoubleHighToInt (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2385 __ MovDoubleHighToInt(scratch, input_reg); in DoShiftI() local
2403 __ MovDoubleHighToInt(scratch, value); in DoShiftI() local
5106 __ MovDoubleHighToInt(scratch1, double_input); in DoShiftI() local
5136 __ MovDoubleHighToInt(scratch1, double_input); in DoShiftI() local
5370 __ MovDoubleHighToInt(result_reg, value_reg); in DoShiftI() local
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1281 __ MovDoubleHighToInt(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc3653 void MacroAssembler::MovDoubleHighToInt(Register dst, DoubleRegister src) { in MovDoubleHighToInt() function in v8::internal::MacroAssembler