Home
last modified time | relevance | path

Searched refs:REG_DEF0_USE01 (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
Dassemble_arm.cc86 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 …]
/art/compiler/dex/quick/
Dmir_to_lir.h79 #define REG_DEF0_USE01 (REG_DEF0 | REG_USE01) macro