Searched refs:REG_USE2 (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir.h | 72 #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)
|
D | mir_to_lir-inl.h | 235 if (flags & REG_USE2) { in SetupResourceMasks()
|
/art/compiler/dex/quick/arm64/ |
D | assemble_arm64.cc | 417 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/ |
D | assemble_arm.cc | 909 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/ |
D | assemble_mips.cc | 323 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE2,
|