Lines Matching defs:OpNum
95 void NVPTXInstPrinter::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O,
97 const MCOperand &MO = MI->getOperand(OpNum);
152 void NVPTXInstPrinter::printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O,
154 const MCOperand &MO = MI->getOperand(OpNum);
225 void NVPTXInstPrinter::printLdStCode(const MCInst *MI, int OpNum,
228 const MCOperand &MO = MI->getOperand(OpNum);
277 void NVPTXInstPrinter::printMmaCode(const MCInst *MI, int OpNum, raw_ostream &O,
279 const MCOperand &MO = MI->getOperand(OpNum);
291 void NVPTXInstPrinter::printMemOperand(const MCInst *MI, int OpNum,
293 printOperand(MI, OpNum, O);
297 printOperand(MI, OpNum + 1, O);
299 if (MI->getOperand(OpNum + 1).isImm() &&
300 MI->getOperand(OpNum + 1).getImm() == 0)
303 printOperand(MI, OpNum + 1, O);
307 void NVPTXInstPrinter::printProtoIdent(const MCInst *MI, int OpNum,
309 const MCOperand &Op = MI->getOperand(OpNum);
316 void NVPTXInstPrinter::printPrmtMode(const MCInst *MI, int OpNum,
318 const MCOperand &MO = MI->getOperand(OpNum);