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

  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 672 #define REG_DEF0 (1 << kRegDef0)
699 #define REG_DEF0_USE0 (REG_DEF0 | REG_USE0)
700 #define REG_DEF0_USE1 (REG_DEF0 | REG_USE1)
701 #define REG_DEF0_USE01 (REG_DEF0 | REG_USE01)
702 #define REG_DEF0_USE12 (REG_DEF0 | REG_USE12)
703 #define REG_DEF01_USE2 (REG_DEF0 | REG_DEF1 | REG_USE2)
    [all...]
Assemble.c 231 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 | REG_USE_PC
235 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0 | REG_USE_SP
284 IS_BINARY_OP | REG_DEF0 | SETS_CCODES,
346 IS_BINARY_OP | REG_DEF0 | REG_USE0 | REG_USE_LIST1 | IS_STORE,
486 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0,
490 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0,
570 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0,
    [all...]
CodegenCommon.c 132 if (flags & REG_DEF0) {

Completed in 77 milliseconds