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.cpp122 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,
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
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
DCodegenCommon.cpp161 if (flags & REG_DEF_SP) { in setupResourceMasks()
DArmLIR.h678 #define REG_DEF_SP (1 << kRegDefSP) macro