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

  /external/v8/src/compiler/
int64-lowering.cc 689 Node* input_low = local
697 graph()->NewNode(machine()->Word32Ror(), input_low, safe_shift);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 137 Register input_low = scratch3; local
139 __ lw(input_low,
204 __ sllv(input_low, input_low, scratch);
208 __ srlv(input_low, input_low, scratch);
211 __ Or(input_high, input_high, Operand(input_low));
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 135 Register input_low = scratch3; local
137 __ lw(input_low,
202 __ sllv(input_low, input_low, scratch);
206 __ srlv(input_low, input_low, scratch);
209 __ Or(input_high, input_high, Operand(input_low));
    [all...]

Completed in 251 milliseconds