Searched refs:REG_USE_SP (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/compiler/codegen/arm/ |
D | Assemble.cpp | 122 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF_SP | REG_USE_SP, 126 kFmtUnused, -1, -1, IS_UNARY_OP | REG_DEF_SP | REG_USE_SP, 233 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 | REG_USE_SP 324 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0 329 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0 356 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE0 | REG_USE_SP 392 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP, 642 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0 647 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
|
D | CodegenCommon.cpp | 200 if (flags & REG_USE_SP) { in setupResourceMasks()
|
D | ArmLIR.h | 686 #define REG_USE_SP (1 << kRegUseSP) macro
|