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

  /dalvik/vm/compiler/codegen/arm/
Assemble.c 124 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,
235 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 | 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
358 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE0 | REG_USE_SP
394 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
    [all...]
CodegenCommon.c 184 if (flags & REG_USE_SP) {
ArmLIR.h 682 #define REG_USE_SP (1 << kRegUseSP)
    [all...]

Completed in 3013 milliseconds