Searched defs:TryInt32Floor (Results 1 – 2 of 2) sorted by relevance
| /external/v8/src/arm/ |
| D | macro-assembler-arm.cc | 2526 void MacroAssembler::TryInt32Floor(Register result, in TryInt32Floor() function in v8::internal::MacroAssembler
|
| D | lithium-codegen-arm.cc | 3796 __ TryInt32Floor(result, input, input_high, double_scratch0(), &done, &exact); in DoMathFloor() local 3842 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(), in DoMathRound() local
|