Home
last modified time | relevance | path

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

/dalvik/vm/compiler/codegen/arm/
DAssemble.c332 | IS_STORE, "push", "<!0R>", 1),
346 IS_BINARY_OP | REG_DEF0 | REG_USE0 | REG_USE_LIST1 | IS_STORE,
350 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE01 | IS_STORE,
354 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE012 | IS_STORE,
359 | IS_STORE, "str", "r!0d, [sp, #!2E]", 1),
362 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE01 | IS_STORE,
366 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE012 | IS_STORE,
370 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE01 | IS_STORE,
374 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE012 | IS_STORE,
422 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE01 | IS_STORE,
[all …]
DCodegenCommon.c39 assert( EncodingMap[lir->opCode].flags & (IS_LOAD | IS_STORE)); in setMemRefType()
122 if (flags & (IS_LOAD | IS_STORE)) { in setupResourceMasks()
DArmLIR.h670 #define IS_STORE (1 << kMemStore) macro