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.h72 #define REG_USE2 (1ULL << kRegUse2) macro
111 #define REG_DEF01_USE2 (REG_DEF0 | REG_DEF1 | REG_USE2)
117 #define REG_DEF0_USE2 (REG_DEF0 | REG_USE2)
121 #define REG_USE012 (REG_USE01 | REG_USE2)
124 #define REG_USE02 (REG_USE0 | REG_USE2)
125 #define REG_USE12 (REG_USE1 | REG_USE2)
126 #define REG_USE23 (REG_USE2 | REG_USE3)
127 #define REG_USE123 (REG_USE1 | REG_USE2 | REG_USE3)
Dmir_to_lir-inl.h235 if (flags & REG_USE2) { in SetupResourceMasks()
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc417 kFmtBitBlt, 21, 15, IS_QUAD_OP | REG_USE2 | REG_DEF01 | IS_LOAD_OFF,
421 kFmtBitBlt, 21, 15, IS_QUAD_OP | REG_USE2 | REG_DEF01 | IS_LOAD_OFF,
425 kFmtBitBlt, 21, 15, IS_QUAD_OP | REG_USE2 | REG_DEF012 | IS_LOAD,
/art/compiler/dex/quick/arm/
Dassemble_arm.cc909 IS_QUAD_OP | REG_DEF0 | REG_DEF1 | REG_USE2 | REG_USE3,
1036 IS_QUAD_OP | REG_DEF0 | REG_DEF1 | REG_USE2 | REG_USE3,
1046 IS_QUAD_OP | REG_DEF0 | REG_DEF1 | REG_USE2 | IS_LOAD_OFF4,
1051 IS_QUAD_OP | REG_USE0 | REG_USE1 | REG_USE2 | IS_STORE_OFF4,
/art/compiler/dex/quick/mips/
Dassemble_mips.cc323 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE2,