Home
last modified time | relevance | path

Searched defs:MovDoubleLowToInt (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ppc/
Dcodegen-ppc.cc561 __ MovDoubleLowToInt(temp2, double_scratch1); in EmitMathExp() local
Dmacro-assembler-ppc.cc3637 void MacroAssembler::MovDoubleLowToInt(Register dst, DoubleRegister src) { in MovDoubleLowToInt() function in v8::internal::MacroAssembler
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1277 __ MovDoubleLowToInt(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc5372 __ MovDoubleLowToInt(result_reg, value_reg); in DoShiftI() local