OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_USE1
(Results
1 - 7
of
7
) sorted by null
/dalvik/vm/compiler/codegen/arm/
ArmLIR.h
683
#define
REG_USE1
(1 << kRegUse1)
700
#define REG_USE01 (REG_USE0 |
REG_USE1
)
702
#define REG_USE12 (
REG_USE1
| REG_USE2)
704
#define REG_DEF0_USE1 (REG_DEF0 |
REG_USE1
)
[
all
...]
CodegenCommon.cpp
186
if (flags & (REG_USE0 |
REG_USE1
| REG_USE2 | REG_USE3)) {
245
if (flags & (REG_USE0 |
REG_USE1
| REG_USE2 | REG_USE3)) {
Assemble.cpp
[
all
...]
/dalvik/vm/compiler/codegen/mips/
MipsLIR.h
529
#define
REG_USE1
(1 << kRegUse1)
546
#define REG_USE01 (REG_USE0 |
REG_USE1
)
549
#define REG_USE12 (
REG_USE1
| REG_USE2)
553
#define REG_DEF0_USE1 (REG_DEF0 |
REG_USE1
)
CodegenCommon.cpp
204
if (flags & (REG_USE0 |
REG_USE1
| REG_USE2 | REG_USE3)) {
253
if (flags & (REG_USE0 |
REG_USE1
| REG_USE2 | REG_USE3)) {
GlobalOptimizations.cpp
168
if ((flags &
REG_USE1
) &&
Assemble.cpp
148
kFmtBitBlt, 15, 11, IS_QUAD_OP | REG_DEF0 |
REG_USE1
,
[
all
...]
Completed in 460 milliseconds