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

  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 682 #define REG_USE0 (1 << kRegUse0)
700 #define REG_USE01 (REG_USE0 | REG_USE1)
703 #define REG_DEF0_USE0 (REG_DEF0 | REG_USE0)
    [all...]
CodegenCommon.cpp 186 if (flags & (REG_USE0 | REG_USE1 | REG_USE2 | REG_USE3)) {
245 if (flags & (REG_USE0 | REG_USE1 | REG_USE2 | REG_USE3)) {
Assemble.cpp 179 IS_UNARY_OP | REG_USE0 | IS_BRANCH | REG_DEF_LR,
191 kFmtUnused, -1, -1, IS_BINARY_OP | REG_USE0 | SETS_CCODES,
344 IS_BINARY_OP | REG_DEF0 | REG_USE0 | REG_USE_LIST1 | IS_STORE,
356 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE0 | REG_USE_SP
508 kFmtUnused, -1, -1, IS_BINARY_OP | REG_USE0 | IS_BRANCH,
512 kFmtUnused, -1, -1, IS_BINARY_OP | REG_USE0 | IS_BRANCH,
    [all...]

Completed in 870 milliseconds