Lines Matching refs:MINumOperands
457 unsigned MINumOperands; member
463 X.MINumOperands = NumOperands; in getRenderedOp()
472 X.MINumOperands = 1; in getTiedOp()
480 X.MINumOperands = 1; in getImmOp()
488 X.MINumOperands = 1; in getRegOp()
1691 if (Op->SubOpIdx == -1 && Operands[Idx].MINumOperands > 1) { in buildInstructionOperandReference()
1698 for (unsigned SI = 1, SE = Operands[Idx].MINumOperands; SI != SE; ++SI) { in buildInstructionOperandReference()
1722 if (Operands[Idx].MINumOperands == 1) in buildInstructionOperandReference()
1772 if (OpInfo.MINumOperands == 1) in buildInstructionResultOperands()
1797 unsigned NumOperands = OpInfo.MINumOperands; in buildInstructionResultOperands()
1832 if (OpInfo->MINumOperands == 1) in buildAliasResultOperands()
1898 unsigned NumOperands = (SubIdx == -1 ? OpInfo->MINumOperands : 1); in buildAliasResultOperands()
2099 Signature += utostr(OpInfo.MINumOperands); in emitConvertFuncs()
2134 << OpInfo.MINumOperands << ");\n" in emitConvertFuncs()
2138 << "(Inst, " << OpInfo.MINumOperands << ");\n" in emitConvertFuncs()
2143 << "(Inst, " << OpInfo.MINumOperands << ");\n"; in emitConvertFuncs()
2155 OpOS << " NumMCOperands += " << OpInfo.MINumOperands << ";\n" in emitConvertFuncs()
2162 assert(OpInfo.MINumOperands == 1 && "Not a singular MCOperand"); in emitConvertFuncs()