Searched refs:IS_STORE (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/compiler/codegen/arm/ |
D | Assemble.cpp | 330 | IS_STORE, "push", "<!0R>", 1), 344 IS_BINARY_OP | REG_DEF0 | REG_USE0 | REG_USE_LIST1 | IS_STORE, 348 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE01 | IS_STORE, 352 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE012 | IS_STORE, 357 | IS_STORE, "str", "r!0d, [sp, #!2E]", 1), 360 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE01 | IS_STORE, 364 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE012 | IS_STORE, 368 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE01 | IS_STORE, 372 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE012 | IS_STORE, 420 kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_USE01 | IS_STORE, [all …]
|
D | CodegenCommon.cpp | 39 assert(EncodingMap[lir->opcode].flags & (IS_LOAD | IS_STORE)); in setMemRefType() 61 assert(!(EncodingMap[lir->opcode].flags & IS_STORE)); in setMemRefType() 139 if (flags & (IS_LOAD | IS_STORE)) { in setupResourceMasks()
|
D | LocalOptimizations.cpp | 104 !(EncodingMap[thisLIR->opcode].flags & (IS_LOAD | IS_STORE))) { in applyLoadStoreElimination() 157 IS_STORE)); in applyLoadStoreElimination()
|
D | ArmLIR.h | 674 #define IS_STORE (1 << kMemStore) macro
|