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

/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc145 Register scratch_high = local
149 __ Push(scratch_high, scratch_low, scratch);
154 __ vmov(scratch_low, scratch_high, double_scratch);
168 __ ldm(ia, input_reg, scratch_low.bit() | scratch_high.bit());
171 __ ldr(scratch_high, MemOperand(input_reg, double_offset + kIntSize));
175 __ Ubfx(scratch, scratch_high,
195 // 21 <= exponent <= 51, shift scratch_low and scratch_high
202 __ Ubfx(result_reg, scratch_high,
204 // Set the implicit 1 before the mantissa part in scratch_high.
221 // If input was positive, scratch_high AS
[all...]

Completed in 3134 milliseconds