Searched defs:input_high (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc3761 Register input_high = scratch0(); local
3764 __ TryInt32Floor(result, input, input_high, double_scratch0(), &done, &exact);
3772 __ cmp(input_high, Operand::Zero());
3784 Register input_high = scratch0(); local
3796 __ VmovHigh(input_high, input);
3797 __ cmp(input_high, Operand::Zero());
3810 __ TryInt32Floor(result, input_plus_dot_five, input_high, double_scratch0(),

Completed in 100 milliseconds