OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_DEF0_USE0
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/arm/
ArmLIR.h
703
#define
REG_DEF0_USE0
(REG_DEF0 | REG_USE0)
[
all
...]
Assemble.cpp
97
IS_BINARY_OP |
REG_DEF0_USE0
| SETS_CCODES,
217
IS_BINARY_OP |
REG_DEF0_USE0
| REG_DEF_LIST1 | IS_LOAD,
382
IS_BINARY_OP |
REG_DEF0_USE0
| SETS_CCODES,
534
IS_BINARY_OP |
REG_DEF0_USE0
| REG_DEF_LIST1 | IS_LOAD,
539
IS_BINARY_OP |
REG_DEF0_USE0
| REG_USE_LIST1 | IS_STORE,
[
all
...]
/dalvik/vm/compiler/codegen/mips/
MipsLIR.h
552
#define
REG_DEF0_USE0
(REG_DEF0 | REG_USE0)
Completed in 21 milliseconds