Home
last modified time | relevance | path

Searched refs:REG_DEF_SP (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
DAssemble.c124 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF_SP | REG_USE_SP,
128 kFmtUnused, -1, -1, IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
326 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0
331 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
394 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
644 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0
649 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
DCodegenCommon.c140 if (flags & REG_DEF_SP) { in setupResourceMasks()
DArmLIR.h674 #define REG_DEF_SP (1 << kRegDefSP) macro