Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:MO1

1088   const MCOperand MO1 = MI->getOperand(OpNum + 1);
1090 if (MO1.isImm()) {
1091 O << ", #" << (MO1.getImm() * Scale);
1093 assert(MO1.isExpr() && "Unexpected operand type!");
1094 O << ", " << *MO1.getExpr();