Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3532 __ TryInt32Floor(result, input, input_high, scratch, double_scratch0(), &done, in DoShiftI() local
3613 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2, in DoShiftI() local
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc3470 __ TryInt32Floor(result, input, input_high, scratch, double_scratch0(), &done, in DoShiftI() local
3523 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2, in DoShiftI() local
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc3315 __ TryInt32Floor(result, input, input_high, double_scratch0(), &done, &exact); in DoMathFloor() local
3362 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(), in DoMathRound() local
/external/v8/src/arm/
Dmacro-assembler-arm.cc2552 void MacroAssembler::TryInt32Floor(Register result, in TryInt32Floor() function in v8::internal::MacroAssembler
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc2425 void MacroAssembler::TryInt32Floor(Register result, DoubleRegister double_input, in TryInt32Floor() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dmacro-assembler-s390.cc2195 void MacroAssembler::TryInt32Floor(Register result, DoubleRegister double_input, in TryInt32Floor() function in v8::internal::MacroAssembler