Searched refs:input_plus_dot_five (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 3489 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/ |
D | lithium-codegen-arm.cc | 3334 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/ |
D | lithium-codegen-ppc.cc | 3574 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()
|