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()
1684 if (Op->SubOpIdx == -1 && Operands[Idx].MINumOperands > 1) { in buildInstructionOperandReference()
1691 for (unsigned SI = 1, SE = Operands[Idx].MINumOperands; SI != SE; ++SI) { in buildInstructionOperandReference()
1715 if (Operands[Idx].MINumOperands == 1) in buildInstructionOperandReference()
1765 if (OpInfo.MINumOperands == 1) in buildInstructionResultOperands()
1790 unsigned NumOperands = OpInfo.MINumOperands; in buildInstructionResultOperands()
1825 if (OpInfo->MINumOperands == 1) in buildAliasResultOperands()
1891 unsigned NumOperands = (SubIdx == -1 ? OpInfo->MINumOperands : 1); in buildAliasResultOperands()
2091 Signature += utostr(OpInfo.MINumOperands); in emitConvertFuncs()
2126 << OpInfo.MINumOperands << ");\n" in emitConvertFuncs()
2130 << "(Inst, " << OpInfo.MINumOperands << ");\n" in emitConvertFuncs()
2135 << "(Inst, " << OpInfo.MINumOperands << ");\n"; in emitConvertFuncs()
2147 OpOS << " NumMCOperands += " << OpInfo.MINumOperands << ";\n" in emitConvertFuncs()
2154 assert(OpInfo.MINumOperands == 1 && "Not a singular MCOperand"); in emitConvertFuncs()