OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFdShift
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/mips/
constants-mips.h
169
static const int
kFdShift
= 6;
591
return Bits(
kFdShift
+ kFdBits - 1,
kFdShift
);
assembler-mips.cc
657
| (fd.code() <<
kFdShift
) | func;
671
| (fs.code() << kFsShift) | (fd.code() <<
kFdShift
) | func;
[
all
...]
Completed in 7146 milliseconds