Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Opnd

1599     MCOperand Opnd;
1612 Opnd = Inst.getOperand(1);
1613 if (!Opnd.isImm())
1615 Imm = Opnd.getImm();
1629 Opnd = Inst.getOperand(2);
1630 if (!Opnd.isImm())
1632 Imm = Opnd.getImm();
1777 MCOperand Opnd;
1784 Opnd = Inst.getOperand(2);
1785 if (!Opnd.isImm())
1787 Imm = Opnd.getImm();
1792 Opnd = Inst.getOperand(0);
1793 if (!Opnd.isImm())
1795 Imm = Opnd.getImm();
1802 Opnd = Inst.getOperand(2);
1803 if (!Opnd.isImm())
1805 Imm = Opnd.getImm();
1810 Opnd = Inst.getOperand(1);
1811 if (!Opnd.isImm())
1813 Imm = Opnd.getImm();
1818 Opnd = Inst.getOperand(2);
1819 if (!Opnd.isImm())
1821 Imm = Opnd.getImm();
1827 Opnd = Inst.getOperand(1);
1828 if (!Opnd.isImm())
1830 Imm = Opnd.getImm();
1837 Opnd = Inst.getOperand(2);
1838 if (!Opnd.isImm())
1840 Imm = Opnd.getImm();
1847 Opnd = Inst.getOperand(2);
1848 if (!Opnd.isImm())
1850 Imm = Opnd.getImm();
1862 Opnd = Inst.getOperand(2);
1863 if (!Opnd.isImm())
1865 Imm = Opnd.getImm();
1872 Opnd = Inst.getOperand(2);
1873 if (!Opnd.isImm())
1875 Imm = Opnd.getImm();
1882 Opnd = Inst.getOperand(2);
1883 if (!Opnd.isImm())
1885 Imm = Opnd.getImm();
1890 MCOperand Opnd = Inst.getOperand(1);
1891 if (!Opnd.isImm())
1893 int Imm = Opnd.getImm();