Searched refs:input_plus_dot_five (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 3485 DwVfpRegister input_plus_dot_five = double_scratch1; in DoMathRound() local 3511 __ vadd(input_plus_dot_five, input, dot_five); in DoMathRound() 3513 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(), in DoMathRound()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 3695 DoubleRegister input_plus_dot_five = double_scratch1; in DoShiftI() local 3737 __ fadd(input_plus_dot_five, input, dot_five); in DoShiftI() 3739 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2, in DoShiftI()
|