HomeSort by relevance Sort by last modified time
    Searched full:scratch_high (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 604 Register scratch_high = local
608 __ Push(scratch_high, scratch_low);
613 __ vmov(scratch_low, scratch_high, double_scratch);
627 __ ldm(ia, input_reg, scratch_low.bit() | scratch_high.bit());
630 __ ldr(scratch_high, MemOperand(input_reg, double_offset + kIntSize));
634 __ Ubfx(scratch, scratch_high,
654 // 21 <= exponent <= 51, shift scratch_low and scratch_high
661 __ Ubfx(result_reg, scratch_high,
663 // Set the implicit 1 before the mantissa part in scratch_high.
680 // If input was positive, scratch_high ASR 31 equals 0 an
    [all...]

Completed in 44 milliseconds