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

  /external/v8/src/mips/
code-stubs-mips.cc 184 Register input_high = scratch2; local
189 __ lw(input_high,
195 input_high,
223 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
229 __ mov(input_high, zero_reg);
233 // Set the implicit 1 before the mantissa part in input_high.
234 __ Or(input_high,
235 input_high,
240 __ sllv(input_high, input_high, scratch)
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 182 Register input_high = scratch2; local
187 __ lw(input_high,
193 input_high,
221 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
227 __ mov(input_high, zero_reg);
231 // Set the implicit 1 before the mantissa part in input_high.
232 __ Or(input_high,
233 input_high,
238 __ sllv(input_high, input_high, scratch)
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 3463 Register input_high = scratch0(); local
3486 Register input_high = scratch0(); local
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc     [all...]
macro-assembler-ppc.h     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 3671 Register input_high = scratch0(); local
    [all...]

Completed in 598 milliseconds