Searched refs:IS_UNARY_OP (Results 1 – 6 of 6) sorted by relevance
/dalvik/vm/compiler/codegen/arm/ |
D | Assemble.cpp | 83 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 …]
|
D | CodegenCommon.cpp | 278 assert(isPseudoOpcode(opcode) || (EncodingMap[opcode].flags & IS_UNARY_OP)); in newLIR1()
|
D | ArmLIR.h | 691 #define IS_UNARY_OP (1 << kIsUnaryOp) macro
|
/dalvik/vm/compiler/codegen/mips/ |
D | Assemble.cpp | 83 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,
|
D | CodegenCommon.cpp | 286 assert(isPseudoOpCode(opcode) || (EncodingMap[opcode].flags & IS_UNARY_OP)); in newLIR1()
|
D | MipsLIR.h | 537 #define IS_UNARY_OP (1 << kIsUnaryOp) macro
|