Lines Matching refs:MINumOperands
456 unsigned MINumOperands; member
462 X.MINumOperands = NumOperands; in getRenderedOp()
471 X.MINumOperands = 1; in getTiedOp()
479 X.MINumOperands = 1; in getImmOp()
487 X.MINumOperands = 1; in getRegOp()
1681 if (Op->SubOpIdx == -1 && Operands[Idx].MINumOperands > 1) { in buildInstructionOperandReference()
1688 for (unsigned SI = 1, SE = Operands[Idx].MINumOperands; SI != SE; ++SI) { in buildInstructionOperandReference()
1712 if (Operands[Idx].MINumOperands == 1) in buildInstructionOperandReference()
1762 if (OpInfo.MINumOperands == 1) in buildInstructionResultOperands()
1787 unsigned NumOperands = OpInfo.MINumOperands; in buildInstructionResultOperands()
1822 if (OpInfo->MINumOperands == 1) in buildAliasResultOperands()
1888 unsigned NumOperands = (SubIdx == -1 ? OpInfo->MINumOperands : 1); in buildAliasResultOperands()
2089 Signature += utostr(OpInfo.MINumOperands); in emitConvertFuncs()
2124 << OpInfo.MINumOperands << ");\n" in emitConvertFuncs()
2128 << "(Inst, " << OpInfo.MINumOperands << ");\n" in emitConvertFuncs()
2133 << "(Inst, " << OpInfo.MINumOperands << ");\n"; in emitConvertFuncs()
2145 OpOS << " NumMCOperands += " << OpInfo.MINumOperands << ";\n" in emitConvertFuncs()
2152 assert(OpInfo.MINumOperands == 1 && "Not a singular MCOperand"); in emitConvertFuncs()