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

  /external/v8/src/mips/
code-stubs-mips.cc 185 Register input_high = scratch2; local
190 __ lw(input_high,
196 input_high,
224 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
230 __ mov(input_high, zero_reg);
234 // Set the implicit 1 before the mantissa part in input_high.
235 __ Or(input_high,
236 input_high,
241 __ sllv(input_high, input_high, scratch)
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 183 Register input_high = scratch2; local
187 __ lw(input_high, MemOperand(input_reg, double_offset + kIntSize));
192 input_high,
220 __ And(sign, input_high, Operand(HeapNumber::kSignMask));
226 __ mov(input_high, zero_reg);
230 // Set the implicit 1 before the mantissa part in input_high.
231 __ Or(input_high,
232 input_high,
237 __ sllv(input_high, input_high, scratch)
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 3793 Register input_high = scratch0(); local
3816 Register input_high = scratch0(); local
    [all...]

Completed in 90 milliseconds