Home
last modified time | relevance | path

Searched defs:TryInt32Floor (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.cc2682 void MacroAssembler::TryInt32Floor(Register result, in TryInt32Floor() function in v8::internal::MacroAssembler
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc3534 __ TryInt32Floor(result, input, input_high, scratch, double_scratch0(), &done, in DoShiftI() local
3587 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2, in DoShiftI() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3611 __ TryInt32Floor(result, input, input_high, scratch, double_scratch0(), &done, in DoShiftI() local
3692 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2, in DoShiftI() local
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc3410 __ TryInt32Floor(result, input, input_high, double_scratch0(), &done, &exact); in DoMathFloor() local
3457 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(), in DoMathRound() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc2583 void MacroAssembler::TryInt32Floor(Register result, DoubleRegister double_input, in TryInt32Floor() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dmacro-assembler-s390.cc2450 void MacroAssembler::TryInt32Floor(Register result, DoubleRegister double_input, in TryInt32Floor() function in v8::internal::MacroAssembler