OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_USE_PC
(Results
1 - 8
of
8
) sorted by null
/dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp
214
if (flags &
REG_USE_PC
) {
MipsLIR.h
533
#define
REG_USE_PC
(1 << kRegUsePC)
/art/compiler/dex/quick/arm/
assemble_arm.cc
228
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 |
REG_USE_PC
[
all
...]
target_arm.cc
154
if (flags &
REG_USE_PC
) {
/dalvik/vm/compiler/codegen/arm/
ArmLIR.h
689
#define
REG_USE_PC
(1 << kRegUsePC)
[
all
...]
CodegenCommon.cpp
196
if (flags &
REG_USE_PC
) {
Assemble.cpp
229
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 |
REG_USE_PC
[
all
...]
/art/compiler/dex/quick/
mir_to_lir.h
71
#define
REG_USE_PC
(1ULL << kRegUsePC)
[
all
...]
Completed in 487 milliseconds