OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_USE_LIST1
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp
226
if (flags &
REG_USE_LIST1
) {
MipsLIR.h
535
#define
REG_USE_LIST1
(1 << kRegUseList1)
/dalvik/vm/compiler/codegen/arm/
ArmLIR.h
689
#define
REG_USE_LIST1
(1 << kRegUseList1)
[
all
...]
CodegenCommon.cpp
208
if (flags &
REG_USE_LIST1
) {
Assemble.cpp
344
IS_BINARY_OP | REG_DEF0 | REG_USE0 |
REG_USE_LIST1
| IS_STORE,
539
IS_BINARY_OP | REG_DEF0_USE0 |
REG_USE_LIST1
| IS_STORE,
[
all
...]
Completed in 25 milliseconds