Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:OpNum

96 void NVPTXInstPrinter::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O,
98 const MCOperand &MO = MI->getOperand(OpNum);
146 void NVPTXInstPrinter::printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O,
148 const MCOperand &MO = MI->getOperand(OpNum);
219 void NVPTXInstPrinter::printLdStCode(const MCInst *MI, int OpNum,
222 const MCOperand &MO = MI->getOperand(OpNum);
267 void NVPTXInstPrinter::printMemOperand(const MCInst *MI, int OpNum,
269 printOperand(MI, OpNum, O);
273 printOperand(MI, OpNum + 1, O);
275 if (MI->getOperand(OpNum + 1).isImm() &&
276 MI->getOperand(OpNum + 1).getImm() == 0)
279 printOperand(MI, OpNum + 1, O);
283 void NVPTXInstPrinter::printProtoIdent(const MCInst *MI, int OpNum,
285 const MCOperand &Op = MI->getOperand(OpNum);