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

/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc3491 DoubleRegister input_plus_dot_five = double_scratch1; local
3522 __ ldr(input_plus_dot_five, input);
3523 __ adbr(input_plus_dot_five, dot_five);
3525 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2,
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc3333 DwVfpRegister input_plus_dot_five = double_scratch1; local
3359 __ vadd(input_plus_dot_five, input, dot_five);
3361 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(),
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc3591 DoubleRegister input_plus_dot_five = double_scratch1; local
3628 __ fadd(input_plus_dot_five, input, dot_five);
3630 __ TryInt32Floor(result, input_plus_dot_five, scratch1, scratch2,

Completed in 222 milliseconds