Home
last modified time | relevance | path

Searched refs:IS_UNARY_OP (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
DAssemble.cpp83 kFmtUnused, -1, -1, IS_UNARY_OP, "data", "0x!0h(!0d)", 1),
126 kFmtUnused, -1, -1, IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
158 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH,
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,
324 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0
329 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
392 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
[all …]
DCodegenCommon.cpp278 assert(isPseudoOpcode(opcode) || (EncodingMap[opcode].flags & IS_UNARY_OP)); in newLIR1()
DArmLIR.h691 #define IS_UNARY_OP (1 << kIsUnaryOp) macro
/dalvik/vm/compiler/codegen/mips/
DAssemble.cpp83 kFmtUnused, -1, -1, IS_UNARY_OP,
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,
153 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR,
161 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_USE0,
DCodegenCommon.cpp286 assert(isPseudoOpCode(opcode) || (EncodingMap[opcode].flags & IS_UNARY_OP)); in newLIR1()
DMipsLIR.h537 #define IS_UNARY_OP (1 << kIsUnaryOp) macro