Searched refs:IS_UNARY_OP (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
H A DAssemble.c85 kFmtUnused, -1, -1, IS_UNARY_OP, "data", "0x!0h(!0d)", 1),
128 kFmtUnused, -1, -1, IS_UNARY_OP | REG_DEF_SP | REG_USE_SP,
160 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH,
172 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR,
176 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH | REG_DEF_LR,
181 IS_UNARY_OP | REG_USE0 | IS_BRANCH | REG_DEF_LR,
185 kFmtUnused, -1, -1, IS_UNARY_OP | IS_BRANCH,
326 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0
331 IS_UNARY_OP | REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
394 IS_UNARY_OP | REG_DEF_S
[all...]
H A DCodegenCommon.c219 assert(isPseudoOpCode(opCode) || (EncodingMap[opCode].flags & IS_UNARY_OP));
H A DArmLIR.h687 #define IS_UNARY_OP (1 << kIsUnaryOp) macro

Completed in 9 milliseconds