Searched refs:IS_BINARY_OP (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/compiler/codegen/arm/ |
D | Assemble.c | 81 IS_BINARY_OP | CLOBBER_DEST, 89 IS_BINARY_OP | CLOBBER_DEST, 97 IS_BINARY_OP | CLOBBER_DEST, 102 IS_BINARY_OP | CLOBBER_DEST, 106 IS_BINARY_OP | CLOBBER_DEST, 114 IS_BINARY_OP | CLOBBER_DEST, 122 IS_BINARY_OP | CLOBBER_DEST, 130 IS_BINARY_OP | CLOBBER_DEST, 134 IS_BINARY_OP | IS_BRANCH, 142 IS_BINARY_OP | CLOBBER_DEST, [all …]
|
D | ArmLIR.h | 316 IS_BINARY_OP = 1 << 6, enumerator
|
D | Codegen.c | 65 (EncodingMap[opCode].flags & IS_BINARY_OP)); in newLIR2() 91 if (EncodingMap[opCode].flags & IS_BINARY_OP) in newLIR23() 179 if (EncodingMap[inst].flags & IS_BINARY_OP) { in genBinaryOp()
|