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

  /dalvik/vm/compiler/codegen/arm/
Assemble.cpp 87 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES | USES_CCODES,
97 IS_BINARY_OP | REG_DEF0_USE0 | SETS_CCODES,
106 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01,
110 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01,
114 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01,
131 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
141 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
145 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES,
154 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES,
162 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_DEF_LR
    [all...]
ArmLIR.h 692 #define IS_BINARY_OP (1 << kIsBinaryOp)
    [all...]
CodegenCommon.cpp 291 (EncodingMap[opcode].flags & IS_BINARY_OP));
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.cpp 400 if (EncodingMap[opcode].flags & IS_BINARY_OP)
    [all...]

Completed in 37 milliseconds