Home | History | Annotate | Download | only in InstPrinter

Lines Matching defs:Op3

73     const MCOperand &Op3 = MI->getOperand(3);
77 if (Op2.isImm() && Op2.getImm() == 0 && Op3.isImm()) {
80 switch (Op3.getImm()) {
113 if (Op2.isImm() && Op3.isImm()) {
117 int64_t imms = Op3.getImm();
147 if (Op2.getImm() > Op3.getImm()) {
150 << ", #" << (Is64Bit ? 64 : 32) - Op2.getImm() << ", #" << Op3.getImm() + 1;
158 << ", #" << Op2.getImm() << ", #" << Op3.getImm() - Op2.getImm() + 1;