OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kShiftBase
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/mips/
code-stubs-mips.cc
168
const int
kShiftBase
= HeapNumber::kNonMantissaBitsInTopWord - 1;
170
__ Addu(scratch, result_reg, Operand(
kShiftBase
+ HeapNumber::kMantissaBits));
[
all
...]
/external/v8/src/mips64/
code-stubs-mips64.cc
166
const int
kShiftBase
= HeapNumber::kNonMantissaBitsInTopWord - 1;
168
__ Addu(scratch, result_reg, Operand(
kShiftBase
+ HeapNumber::kMantissaBits));
[
all
...]
Completed in 150 milliseconds