OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kConditionShift
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/arm/
assembler_arm.cc
146
int32_t encoding = static_cast<int32_t>(cond) <<
kConditionShift
|
159
int32_t encoding = static_cast<int32_t>(cond) <<
kConditionShift
|
173
int32_t encoding = (static_cast<int32_t>(cond) <<
kConditionShift
) |
189
int32_t encoding = (static_cast<int32_t>(cond) <<
kConditionShift
) |
205
int32_t encoding = (static_cast<int32_t>(cond) <<
kConditionShift
) |
222
int32_t encoding = static_cast<int32_t>(cond) <<
kConditionShift
|
239
int32_t encoding = static_cast<int32_t>(cond) <<
kConditionShift
|
391
int32_t encoding = (static_cast<int32_t>(cond) <<
kConditionShift
) |
401
int32_t encoding = static_cast<int32_t>(cond) <<
kConditionShift
|
410
int32_t encoding = static_cast<int32_t>(cond) <<
kConditionShift
|
[
all
...]
constants_arm.h
165
kConditionShift
= 28,
269
return static_cast<Condition>(Bits(
kConditionShift
, kConditionBits));
Completed in 49 milliseconds