Lines Matching defs:opNum
113 void SparcInstPrinter::printOperand(const MCInst *MI, int opNum,
116 const MCOperand &MO = MI->getOperand (opNum);
149 void SparcInstPrinter::printMemOperand(const MCInst *MI, int opNum,
152 const MCOperand &Op1 = MI->getOperand(opNum);
153 const MCOperand &Op2 = MI->getOperand(opNum + 1);
157 printOperand(MI, opNum, STI, O);
170 printOperand(MI, opNum + 1, STI, O);
174 void SparcInstPrinter::printCCOperand(const MCInst *MI, int opNum,
177 int CC = (int)MI->getOperand(opNum).getImm();
217 bool SparcInstPrinter::printGetPCX(const MCInst *MI, unsigned opNum,
224 void SparcInstPrinter::printMembarTag(const MCInst *MI, int opNum,
231 unsigned Imm = MI->getOperand(opNum).getImm();
247 void SparcInstPrinter::printASITag(const MCInst *MI, int opNum,
249 unsigned Imm = MI->getOperand(opNum).getImm();
257 void SparcInstPrinter::printPrefetchTag(const MCInst *MI, int opNum,
260 unsigned Imm = MI->getOperand(opNum).getImm();