Searched refs:input_low (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/mips/
H A Dcode-stubs-mips.cc126 Register input_low = scratch3; local
128 __ lw(input_low,
193 __ sllv(input_low, input_low, scratch);
197 __ srlv(input_low, input_low, scratch);
200 __ Or(input_high, input_high, Operand(input_low));
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc124 Register input_low = scratch3; local
126 __ lw(input_low,
191 __ sllv(input_low, input_low, scratch);
195 __ srlv(input_low, input_low, scratch);
198 __ Or(input_high, input_high, Operand(input_low));
/external/v8/src/compiler/
H A Dint64-lowering.cc692 Node* input_low = local
700 graph()->NewNode(machine()->Word32Ror(), input_low, safe_shift);

Completed in 147 milliseconds