Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:OpNum

94 void NVPTXInstPrinter::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O,
96 const MCOperand &MO = MI->getOperand(OpNum);
144 void NVPTXInstPrinter::printCmpMode(const MCInst *MI, int OpNum, raw_ostream &O,
146 const MCOperand &MO = MI->getOperand(OpNum);
217 void NVPTXInstPrinter::printLdStCode(const MCInst *MI, int OpNum,
220 const MCOperand &MO = MI->getOperand(OpNum);
265 void NVPTXInstPrinter::printMemOperand(const MCInst *MI, int OpNum,
267 printOperand(MI, OpNum, O);
271 printOperand(MI, OpNum + 1, O);
273 if (MI->getOperand(OpNum + 1).isImm() &&
274 MI->getOperand(OpNum + 1).getImm() == 0)
277 printOperand(MI, OpNum + 1, O);