/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/mips/ |
Assemble.cpp | 111 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_USE01, 139 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_USE01, 157 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_DEF0_USE1, 165 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0, 173 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0, 197 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1, 201 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1, 205 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1, 242 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1, 246 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE1 [all...] |
CodegenCommon.cpp | 299 (EncodingMap[opcode].flags & IS_BINARY_OP));
|
MipsLIR.h | 538 #define IS_BINARY_OP (1 << kIsBinaryOp)
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
Factory.cpp | 407 if (EncodingMap[opcode].flags & IS_BINARY_OP) [all...] |