Home | History | Annotate | Download | only in InstPrinter

Lines Matching refs:Op3

69     const MCOperand &Op3 = MI->getOperand(3);
73 if (Op2.isImm() && Op2.getImm() == 0 && Op3.isImm()) {
76 switch (Op3.getImm()) {
109 if (Op2.isImm() && Op3.isImm()) {
113 int64_t imms = Op3.getImm();
143 if (Op2.getImm() > Op3.getImm()) {
146 << ", #" << (Is64Bit ? 64 : 32) - Op2.getImm() << ", #" << Op3.getImm() + 1;
154 << ", #" << Op2.getImm() << ", #" << Op3.getImm() - Op2.getImm() + 1;