Home
last modified time | relevance | path

Searched refs:IS_BINARY_OP (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/arm/
DAssemble.c81 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 …]
DArmLIR.h316 IS_BINARY_OP = 1 << 6, enumerator
DCodegen.c65 (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()