Lines Matching defs:Op
29 void X86InstPrinterCommon::printCondCode(const MCInst *MI, unsigned Op,
31 int64_t Imm = MI->getOperand(Op).getImm();
58 void X86InstPrinterCommon::printCondFlags(const MCInst *MI, unsigned Op,
63 int64_t Imm = MI->getOperand(Op).getImm();
79 void X86InstPrinterCommon::printSSEAVXCC(const MCInst *MI, unsigned Op,
81 int64_t Imm = MI->getOperand(Op).getImm();
326 void X86InstPrinterCommon::printRoundingControl(const MCInst *MI, unsigned Op,
328 int64_t Imm = MI->getOperand(Op).getImm();
358 const MCOperand &Op = MI->getOperand(OpNo);
359 if (Op.isImm()) {
361 uint64_t Target = Address + Op.getImm();
366 markup(O, Markup::Immediate) << formatImm(Op.getImm());
368 assert(Op.isExpr() && "unknown pcrel immediate operand");
371 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
377 Op.getExpr()->print(O, &MAI);