OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_UNARY_OP
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/compiler/codegen/arm/
Assemble.cpp
83
kFmtUnused, -1, -1,
IS_UNARY_OP
, "data", "0x!0h(!0d)", 1),
126
kFmtUnused, -1, -1,
IS_UNARY_OP
| REG_DEF_SP | REG_USE_SP,
158
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH,
170
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_DEF_LR,
174
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_DEF_LR,
179
IS_UNARY_OP
| REG_USE0 | IS_BRANCH | REG_DEF_LR,
183
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH,
324
IS_UNARY_OP
| REG_DEF_SP | REG_USE_SP | REG_DEF_LIST0
329
IS_UNARY_OP
| REG_DEF_SP | REG_USE_SP | REG_USE_LIST0
392
IS_UNARY_OP
| REG_DEF_SP | REG_USE_SP
[
all
...]
ArmLIR.h
691
#define
IS_UNARY_OP
(1 << kIsUnaryOp)
[
all
...]
CodegenCommon.cpp
278
assert(isPseudoOpcode(opcode) || (EncodingMap[opcode].flags &
IS_UNARY_OP
));
/dalvik/vm/compiler/codegen/mips/
Assemble.cpp
83
kFmtUnused, -1, -1,
IS_UNARY_OP
,
115
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_USE0,
119
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_USE0,
123
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_USE0,
127
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_USE0,
131
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_USE0,
135
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_USE0,
153
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_DEF_LR,
161
kFmtUnused, -1, -1,
IS_UNARY_OP
| IS_BRANCH | REG_USE0,
[
all
...]
CodegenCommon.cpp
286
assert(isPseudoOpCode(opcode) || (EncodingMap[opcode].flags &
IS_UNARY_OP
));
MipsLIR.h
537
#define
IS_UNARY_OP
(1 << kIsUnaryOp)
Completed in 203 milliseconds