Home
last modified time | relevance | path

Searched refs:REG_USE2 (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.h79 #define REG_USE2 (1ULL << kRegUse2) macro
118 #define REG_DEF01_USE2 (REG_DEF0 | REG_DEF1 | REG_USE2)
124 #define REG_DEF0_USE2 (REG_DEF0 | REG_USE2)
128 #define REG_USE012 (REG_USE01 | REG_USE2)
131 #define REG_USE02 (REG_USE0 | REG_USE2)
132 #define REG_USE12 (REG_USE1 | REG_USE2)
133 #define REG_USE23 (REG_USE2 | REG_USE3)
134 #define REG_USE123 (REG_USE1 | REG_USE2 | REG_USE3)
Dmir_to_lir-inl.h231 if (flags & REG_USE2) { in SetupResourceMasks()
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc403 kFmtBitBlt, 21, 15, IS_QUAD_OP | REG_USE2 | REG_DEF01 | IS_LOAD_OFF,
407 kFmtBitBlt, 21, 15, IS_QUAD_OP | REG_USE2 | REG_DEF01 | IS_LOAD_OFF,
411 kFmtBitBlt, 21, 15, IS_QUAD_OP | REG_USE2 | REG_DEF012 | IS_LOAD,
/art/compiler/dex/quick/arm/
Dassemble_arm.cc898 IS_QUAD_OP | REG_DEF0 | REG_DEF1 | REG_USE2 | REG_USE3,
1021 IS_QUAD_OP | REG_DEF0 | REG_DEF1 | REG_USE2 | REG_USE3,
1031 IS_QUAD_OP | REG_DEF0 | REG_DEF1 | REG_USE2 | IS_LOAD_OFF4,
1036 IS_QUAD_OP | REG_USE0 | REG_USE1 | REG_USE2 | IS_STORE_OFF4,
/art/compiler/dex/quick/mips/
Dassemble_mips.cc237 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE2,