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

  /art/compiler/dex/quick/arm/
assemble_arm.cc 86 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES | USES_CCODES,
105 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01,
109 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01,
113 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01,
130 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
140 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
153 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
211 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
266 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
276 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES
    [all...]
  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 87 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES | USES_CCODES,
106 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01,
110 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01,
114 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01,
131 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
141 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
154 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
212 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
267 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
277 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES
    [all...]
ArmLIR.h 707 #define REG_DEF0_USE01 (REG_DEF0 | REG_USE01)
    [all...]
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 555 #define REG_DEF0_USE01 (REG_DEF0 | REG_USE01)
  /art/compiler/dex/quick/
mir_to_lir.h 79 #define REG_DEF0_USE01 (REG_DEF0 | REG_USE01)
    [all...]

Completed in 414 milliseconds