OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_low
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/mips/
code-stubs-mips.cc
185
Register
input_low
= scratch3;
local
187
__ lw(
input_low
,
252
__ sllv(
input_low
,
input_low
, scratch);
256
__ srlv(
input_low
,
input_low
, scratch);
259
__ Or(input_high, input_high, Operand(
input_low
));
[
all
...]
/external/v8/src/mips64/
code-stubs-mips64.cc
183
Register
input_low
= scratch3;
local
185
__ lw(
input_low
,
250
__ sllv(
input_low
,
input_low
, scratch);
254
__ srlv(
input_low
,
input_low
, scratch);
257
__ Or(input_high, input_high, Operand(
input_low
));
[
all
...]
Completed in 316 milliseconds