Searched refs:IS_BINARY_OP (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/compiler/codegen/arm/ |
D | Assemble.c | 89 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES | USES_CCODES, 99 IS_BINARY_OP | REG_DEF0_USE0 | SETS_CCODES, 108 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01, 112 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01, 116 kFmtUnused, -1, -1, IS_BINARY_OP | REG_DEF0_USE01, 133 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES, 143 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES, 147 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | USES_CCODES, 156 IS_BINARY_OP | REG_DEF0_USE01 | SETS_CCODES, 164 kFmtUnused, -1, -1, IS_BINARY_OP | IS_BRANCH | REG_DEF_LR, [all …]
|
D | CodegenCommon.c | 232 (EncodingMap[opCode].flags & IS_BINARY_OP)); in newLIR2()
|
D | ArmLIR.h | 688 #define IS_BINARY_OP (1 << kIsBinaryOp) macro
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
D | Factory.c | 363 if (EncodingMap[opCode].flags & IS_BINARY_OP) in opRegRegShift()
|