Lines Matching refs:NumOps
798 unsigned NumOps = Desc.getNumOperands(); in emitVEXOpcodePrefix() local
959 unsigned RcOperand = NumOps - 1; in emitVEXOpcodePrefix()
1133 unsigned NumOps = MI.getNumOperands(); in emitREXPrefix() local
1137 for (unsigned i = CurOp; i != NumOps; ++i) { in emitREXPrefix()
1333 unsigned NumOps = Desc.getNumOperands(); in encodeInstruction() local
1373 OpcodeOffset = MI.getOperand(NumOps - 1).getImm(); in encodeInstruction()
1375 --NumOps; // Drop the operand from the end. in encodeInstruction()
1466 --NumOps; in encodeInstruction()
1715 if (CurOp != NumOps) { in encodeInstruction()
1726 while (CurOp != NumOps && NumOps - CurOp <= 2) { in encodeInstruction()
1740 if (/*!Desc.isVariadic() &&*/ CurOp != NumOps) { in encodeInstruction()