Home
last modified time | relevance | path

Searched refs:MovDoubleLowToInt (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ppc/
Dcodegen-ppc.cc561 __ MovDoubleLowToInt(temp2, double_scratch1); in EmitMathExp() local
Dmacro-assembler-ppc.h508 void MovDoubleLowToInt(Register dst, DoubleRegister src);
Dmacro-assembler-ppc.cc3350 MovDoubleLowToInt(result_reg, double_scratch); in ClampDoubleToUint8()
3637 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