OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_USE3
(Results
1 - 9
of
9
) sorted by null
/dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp
204
if (flags & (REG_USE0 | REG_USE1 | REG_USE2 |
REG_USE3
)) {
253
if (flags & (REG_USE0 | REG_USE1 | REG_USE2 |
REG_USE3
)) {
MipsLIR.h
531
#define
REG_USE3
(1 << kRegUse3)
550
#define REG_USE23 (REG_USE2 |
REG_USE3
)
GlobalOptimizations.cpp
174
if ((flags &
REG_USE3
) &&
/dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp
186
if (flags & (REG_USE0 | REG_USE1 | REG_USE2 |
REG_USE3
)) {
245
if (flags & (REG_USE0 | REG_USE1 | REG_USE2 |
REG_USE3
)) {
ArmLIR.h
687
#define
REG_USE3
(1 << kRegUse3)
[
all
...]
Assemble.cpp
[
all
...]
/art/compiler/dex/quick/
mir_to_lir-inl.h
181
if (flags & (REG_USE0 | REG_USE1 | REG_USE2 |
REG_USE3
)) {
mir_to_lir.h
61
#define
REG_USE3
(1ULL << kRegUse3)
92
#define REG_USE23 (REG_USE2 |
REG_USE3
)
[
all
...]
/art/compiler/dex/quick/arm/
assemble_arm.cc
[
all
...]
Completed in 3476 milliseconds