Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dmacro-assembler-ppc.cc2384 MovDoubleHighToInt(scratch, input); in TestDoubleSign()
2433 MovDoubleHighToInt(input_high, double_input); in TryInt32Floor()
3817 void MacroAssembler::MovDoubleHighToInt(Register dst, DoubleRegister src) { in MovDoubleHighToInt() function in v8::internal::MacroAssembler
Dmacro-assembler-ppc.h563 void MovDoubleHighToInt(Register dst, DoubleRegister src);
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1787 __ MovDoubleHighToInt(i.OutputRegister(), i.InputDoubleRegister(0)); in AssembleArchInstruction() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2359 __ MovDoubleHighToInt(scratch, input_reg); in DoShiftI() local