Home | History | Annotate | Download | only in AsmParser

Lines Matching defs:Opnd

1601     MCOperand Opnd;
1614 Opnd = Inst.getOperand(1);
1615 if (!Opnd.isImm())
1617 Imm = Opnd.getImm();
1631 Opnd = Inst.getOperand(2);
1632 if (!Opnd.isImm())
1634 Imm = Opnd.getImm();
1782 MCOperand Opnd;
1789 Opnd = Inst.getOperand(0);
1790 if (!Opnd.isImm())
1792 Imm = Opnd.getImm();
1799 Opnd = Inst.getOperand(2);
1800 if (!Opnd.isImm())
1802 Imm = Opnd.getImm();
1807 Opnd = Inst.getOperand(1);
1808 if (!Opnd.isImm())
1810 Imm = Opnd.getImm();
1815 Opnd = Inst.getOperand(2);
1816 if (!Opnd.isImm())
1818 Imm = Opnd.getImm();
1824 Opnd = Inst.getOperand(2);
1825 if (!Opnd.isImm())
1827 Imm = Opnd.getImm();
1834 Opnd = Inst.getOperand(2);
1835 if (!Opnd.isImm())
1837 Imm = Opnd.getImm();
1843 Opnd = Inst.getOperand(2);
1844 if (!Opnd.isImm())
1846 Imm = Opnd.getImm();
1853 Opnd = Inst.getOperand(2);
1854 if (!Opnd.isImm())
1856 Imm = Opnd.getImm();
1863 Opnd = Inst.getOperand(2);
1864 if (!Opnd.isImm())
1866 Imm = Opnd.getImm();
1871 MCOperand Opnd = Inst.getOperand(1);
1872 if (!Opnd.isImm())
1874 int Imm = Opnd.getImm();