Home
last modified time | relevance | path

Searched refs:input_plus_dot_five (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc3489 DoubleRegister input_plus_dot_five = double_scratch1; in DoShiftI() local
3520 __ ldr(input_plus_dot_five, input); in DoShiftI()
3521 __ adbr(input_plus_dot_five, dot_five); in DoShiftI()
3523 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2, in DoShiftI()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc3334 DwVfpRegister input_plus_dot_five = double_scratch1; in DoMathRound() local
3360 __ vadd(input_plus_dot_five, input, dot_five); in DoMathRound()
3362 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(), in DoMathRound()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3574 DoubleRegister input_plus_dot_five = double_scratch1; in DoShiftI() local
3611 __ fadd(input_plus_dot_five, input, dot_five); in DoShiftI()
3613 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2, in DoShiftI()