HomeSort by relevance Sort by last modified time
    Searched defs:input_high (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 643 Register input_high = scratch2; local
648 __ lw(input_high,
654 input_high,
682 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
688 __ mov(input_high, zero_reg);
692 // Set the implicit 1 before the mantissa part in input_high.
693 __ Or(input_high,
694 input_high,
699 __ sllv(input_high, input_high, scratch)
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc 3744 Register input_high = scratch0(); local
3767 Register input_high = scratch0(); local
    [all...]

Completed in 7800 milliseconds