Home | History | Annotate | Download | only in MCDisassembler

Lines Matching refs:opIndex

107   unsigned int opIndex;
110 for (opIndex = 0; opIndex < ThisInstInfo->numOperands; ++opIndex) {
112 (ThisInstInfo->operandFlags[opIndex] & kOperandFlagTarget)) {
113 BranchTarget = opIndex;
116 if (ThisInstInfo->operandFlags[opIndex] & kOperandFlagSource)
117 MoveSource = opIndex;
118 else if (ThisInstInfo->operandFlags[opIndex] & kOperandFlagTarget)
119 MoveTarget = opIndex;
122 EDOperand *operand = new EDOperand(Disassembler, *this, opIndex, mcOpIndex);