HomeSort by relevance Sort by last modified time
    Searched refs:IS_UNARY_OP (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/arm/
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...]
ArmLIR.h 691 #define IS_UNARY_OP (1 << kIsUnaryOp)
    [all...]
CodegenCommon.cpp 278 assert(isPseudoOpcode(opcode) || (EncodingMap[opcode].flags & IS_UNARY_OP));

Completed in 46 milliseconds