Lines Matching defs:OpNo
31 static bool isReg(const MCInst &MI, unsigned OpNo) {
32 assert(MI.getOperand(OpNo).isReg() && "Register operand expected.");
33 return MI.getOperand(OpNo).getReg() == R;
127 void MipsInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
129 const MCOperand &Op = MI->getOperand(OpNo);
144 void MipsInstPrinter::printJumpOperand(const MCInst *MI, unsigned OpNo,
147 const MCOperand &Op = MI->getOperand(OpNo);
149 return printOperand(MI, OpNo, STI, O);
158 unsigned OpNo,
161 const MCOperand &Op = MI->getOperand(OpNo);
163 return printOperand(MI, OpNo, STI, O);
245 uint64_t Address, unsigned OpNo,
250 printBranchOperand(&MI, Address, OpNo, STI, OS);
252 printOperand(&MI, OpNo, STI, OS);