OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kR6
(Results
1 - 2
of
2
) sorted by null
/art/runtime/arch/mips/
instruction_set_features_mips.cc
32
kR6
36
static constexpr MipsLevel kRuntimeMipsLevel = MipsLevel::
kR6
;
59
if (kRuntimeMipsLevel >= MipsLevel::
kR6
) {
106
bool r6 = (bitmap &
kR6
) != 0;
177
(r6_ ?
kR6
: 0);
instruction_set_features_mips.h
92
kR6
= 8,
Completed in 181 milliseconds