Home
last modified time | relevance | path

Searched refs:IS_BRANCH (Results 1 – 7 of 7) sorted by relevance

/dalvik/vm/compiler/codegen/mips/
DGlobalOptimizations.cpp118 if (EncodingMap[nextLIR->opcode].flags & IS_BRANCH) { in applyCopyPropagation()
280 EncodingMap[thisLIR->opcode].flags & IS_BRANCH) in delaySlotLIR()
320 !(EncodingMap[targetLIR->opcode].flags & IS_BRANCH)) { in delaySlotLIR()
393 !(EncodingMap[thisLIR->opcode].flags & IS_BRANCH)) { in introduceBranchDelaySlot()
406 EncodingMap[thisLIR->opcode].flags & IS_BRANCH) { in introduceBranchDelaySlot()
DAssemble.cpp103 kFmtUnused, -1, -1, NO_OPERAND | IS_BRANCH,
107 kFmtUnused, -1, -1, NO_OPERAND | IS_BRANCH | REG_DEF_LR,
111 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_USE01,
115 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0,
119 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0,
123 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0,
127 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0,
131 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0,
135 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0,
139 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_USE01,
[all …]
DCodegenCommon.cpp166 if (flags & IS_BRANCH) { in setupResourceMasks()
243 assert(flags & IS_BRANCH); in relaxBranchMasks()
DMipsLIR.h521 #define IS_BRANCH (1 << kIsBranch) macro
/dalvik/vm/compiler/codegen/arm/
DAssemble.cpp118 kFmtUnused, -1, -1, IS_TERTIARY_OP | IS_BRANCH,
145 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES,
149 kFmtUnused, -1, -1, NO_OPERAND | IS_BRANCH,
158 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH,
162 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_DEF_LR,
166 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_DEF_LR,
170 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR,
174 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR,
179 IS_UNARY_OP | REG_USE0 | IS_BRANCH | REG_DEF_LR,
183 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH,
[all …]
DCodegenCommon.cpp148 if (flags & IS_BRANCH) { in setupResourceMasks()
237 assert(flags & IS_BRANCH); in relaxBranchMasks()
DArmLIR.h675 #define IS_BRANCH (1 << kIsBranch) macro