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

  /external/v8/src/mips/
code-stubs-mips.cc 125 Register input_high = scratch2; local
130 __ lw(input_high,
136 input_high,
164 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
170 __ mov(input_high, zero_reg);
174 // Set the implicit 1 before the mantissa part in input_high.
175 __ Or(input_high,
176 input_high,
181 __ sllv(input_high, input_high, scratch)
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 123 Register input_high = scratch2; local
128 __ lw(input_high,
134 input_high,
162 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
168 __ mov(input_high, zero_reg);
172 // Set the implicit 1 before the mantissa part in input_high.
173 __ Or(input_high,
174 input_high,
179 __ sllv(input_high, input_high, scratch)
    [all...]
  /external/v8/src/compiler/
int64-lowering.cc 695 Node* input_high = local
702 graph()->NewNode(machine()->Word32Ror(), input_high, safe_shift);
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 3311 Register input_high = scratch0(); local
3334 Register input_high = scratch0(); local
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc     [all...]
macro-assembler-ppc.h     [all...]
  /external/v8/src/s390/
macro-assembler-s390.cc     [all...]
macro-assembler-s390.h     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 3545 Register input_high = scratch0(); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 3468 Register input_high = scratch0(); local
    [all...]

Completed in 1100 milliseconds