Searched refs:REG_USE_SP (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DAssemble.c118 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF_SP | REG_USE_SP,
122 kFmtUnused, -1, -1, IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
229 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 | REG_USE_SP
320 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0
325 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
352 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE0 | REG_USE_SP
388 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
638 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0
643 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
H A DCodegenCommon.c184 if (flags & REG_USE_SP) {
H A DArmLIR.h671 #define REG_USE_SP (1 << kRegUseSP) macro

Completed in 33 milliseconds