Lines Matching refs:MINumOperands
458 unsigned MINumOperands; member
464 X.MINumOperands = NumOperands; in getRenderedOp()
473 X.MINumOperands = 1; in getTiedOp()
481 X.MINumOperands = 1; in getImmOp()
489 X.MINumOperands = 1; in getRegOp()
1701 if (Op->SubOpIdx == -1 && Operands[Idx].MINumOperands > 1) { in buildInstructionOperandReference()
1708 for (unsigned SI = 1, SE = Operands[Idx].MINumOperands; SI != SE; ++SI) { in buildInstructionOperandReference()
1732 if (Operands[Idx].MINumOperands == 1) in buildInstructionOperandReference()
1782 if (OpInfo.MINumOperands == 1) in buildInstructionResultOperands()
1807 unsigned NumOperands = OpInfo.MINumOperands; in buildInstructionResultOperands()
1842 if (OpInfo->MINumOperands == 1) in buildAliasResultOperands()
1908 unsigned NumOperands = (SubIdx == -1 ? OpInfo->MINumOperands : 1); in buildAliasResultOperands()
2109 Signature += utostr(OpInfo.MINumOperands); in emitConvertFuncs()
2144 << OpInfo.MINumOperands << ");\n" in emitConvertFuncs()
2148 << "(Inst, " << OpInfo.MINumOperands << ");\n" in emitConvertFuncs()
2153 << "(Inst, " << OpInfo.MINumOperands << ");\n"; in emitConvertFuncs()
2165 OpOS << " NumMCOperands += " << OpInfo.MINumOperands << ";\n" in emitConvertFuncs()
2172 assert(OpInfo.MINumOperands == 1 && "Not a singular MCOperand"); in emitConvertFuncs()