HomeSort by relevance Sort by last modified time
    Searched refs:REG_DEF_SP (Results 1 - 5 of 5) sorted by null

  /dalvik/vm/compiler/codegen/mips/
CodegenCommon.cpp 179 if (flags & REG_DEF_SP) {
MipsLIR.h 524 #define REG_DEF_SP (1 << kRegDefSP)
  /dalvik/vm/compiler/codegen/arm/
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,
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,
    [all...]
ArmLIR.h 678 #define REG_DEF_SP (1 << kRegDefSP)
    [all...]
CodegenCommon.cpp 161 if (flags & REG_DEF_SP) {

Completed in 23 milliseconds