Searched refs:TryInt32Floor (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 1010 void TryInt32Floor(Register result,
|
D | macro-assembler-arm.cc | 2312 void MacroAssembler::TryInt32Floor(Register result, in TryInt32Floor() function in v8::internal::MacroAssembler
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 870 void TryInt32Floor(Register result, DoubleRegister double_input,
|
D | macro-assembler-ppc.cc | 2145 void MacroAssembler::TryInt32Floor(Register result, DoubleRegister double_input, in TryInt32Floor() function in v8::internal::MacroAssembler
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 3466 __ TryInt32Floor(result, input, input_high, double_scratch0(), &done, &exact); in DoMathFloor() local 3513 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(), in DoMathRound() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 3675 __ TryInt32Floor(result, input, input_high, scratch, double_scratch0(), &done, in DoShiftI() local 3739 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2, in DoShiftI() local
|