OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_LOAD
(Results
1 - 9
of
9
) sorted by null
/dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp
104
!(EncodingMap[thisLIR->opcode].flags & (
IS_LOAD
| IS_STORE))) {
109
bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags &
IS_LOAD
;
150
IS_LOAD
;
293
!(EncodingMap[thisLIR->opcode].flags &
IS_LOAD
)) {
392
(EncodingMap[depLIR->opcode].flags &
IS_LOAD
)) {
412
if (EncodingMap[curLIR->opcode].flags &
IS_LOAD
) continue;
432
(EncodingMap[prevLIR->opcode].flags &
IS_LOAD
)) ||
Assemble.cpp
217
IS_BINARY_OP | REG_DEF0_USE0 | REG_DEF_LIST1 |
IS_LOAD
,
221
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE1 |
IS_LOAD
,
225
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE12 |
IS_LOAD
,
230
|
IS_LOAD
, "ldr", "r!0d, [pc, #!1E]", 1),
234
|
IS_LOAD
, "ldr", "r!0d, [sp, #!2E]", 1),
237
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE1 |
IS_LOAD
,
241
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE12 |
IS_LOAD
,
245
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE1 |
IS_LOAD
,
249
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE12 |
IS_LOAD
,
253
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE12 |
IS_LOAD
,
[
all
...]
CodegenCommon.cpp
39
assert(EncodingMap[lir->opcode].flags & (
IS_LOAD
| IS_STORE));
139
if (flags & (
IS_LOAD
| IS_STORE)) {
141
setMemRefType(lir, flags &
IS_LOAD
, kHeapRef);
ArmLIR.h
673
#define
IS_LOAD
(1 << kMemLoad)
[
all
...]
/dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp
104
!(EncodingMap[thisLIR->opcode].flags & (
IS_LOAD
| IS_STORE))) {
109
bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags &
IS_LOAD
;
150
IS_LOAD
;
293
!(EncodingMap[thisLIR->opcode].flags &
IS_LOAD
)) {
392
(EncodingMap[depLIR->opcode].flags &
IS_LOAD
)) {
412
if (EncodingMap[curLIR->opcode].flags &
IS_LOAD
) continue;
432
(EncodingMap[prevLIR->opcode].flags &
IS_LOAD
)) ||
CodegenCommon.cpp
40
assert(EncodingMap[lir->opcode].flags & (
IS_LOAD
| IS_STORE));
157
if (flags & (
IS_LOAD
| IS_STORE)) {
159
setMemRefType(lir, flags &
IS_LOAD
, kHeapRef);
GlobalOptimizations.cpp
285
isLoad = EncodingMap[thisLIR->opcode].flags &
IS_LOAD
;
346
int isLoad = flags &
IS_LOAD
;
Assemble.cpp
177
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 |
IS_LOAD
,
181
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 |
IS_LOAD
,
185
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 |
IS_LOAD
,
189
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 |
IS_LOAD
,
193
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 |
IS_LOAD
,
372
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 |
IS_LOAD
,
376
kFmtUnused, -1, -1, IS_TERTIARY_OP | REG_DEF0_USE2 |
IS_LOAD
,
[
all
...]
MipsLIR.h
519
#define
IS_LOAD
(1 << kMemLoad)
Completed in 58 milliseconds