Home | History | Annotate | Download | only in arm

Lines Matching refs:opcode

103             isPseudoOpcode(thisLIR->opcode) ||
104 !(EncodingMap[thisLIR->opcode].flags & (IS_LOAD | IS_STORE))) {
109 bool isThisLIRLoad = EncodingMap[thisLIR->opcode].flags & IS_LOAD;
149 bool isCheckLIRLoad = EncodingMap[checkLIR->opcode].flags &
156 assert(!(EncodingMap[checkLIR->opcode].flags &
292 isPseudoOpcode(thisLIR->opcode) ||
293 !(EncodingMap[thisLIR->opcode].flags & IS_LOAD)) {
361 if (stopHere || !isPseudoOpcode(checkLIR->opcode)) {
391 if (!isPseudoOpcode(depLIR->opcode) &&
392 (EncodingMap[depLIR->opcode].flags & IS_LOAD)) {
412 if (EncodingMap[curLIR->opcode].flags & IS_LOAD) continue;
418 * pseudo opcode (whose opcode value is negative).
425 * instruction (ie accessing EncodingMap[prevLIR->opcode] is
432 (EncodingMap[prevLIR->opcode].flags & IS_LOAD)) ||