Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:getOpcode

902   const MCInstrDesc &MCID = getInstDesc(Inst.getOpcode());
907 const unsigned Opcode = Inst.getOpcode();
958 if (hasMips32r6() && Inst.getOpcode() == Mips::SSNOP) {
1021 switch (Inst.getOpcode()) {
1034 switch (Inst.getOpcode()) {
1302 const MCInstrDesc &Desc = getInstDesc(Inst.getOpcode());
1349 TempInst.setOpcode(Inst.getOpcode());
1372 unsigned Opcode = Inst.getOpcode();
1721 Res = MCBinaryExpr::Create(BE->getOpcode(), LExp, RExp, getContext());
1727 Res = MCUnaryExpr::Create(UN->getOpcode(), UnExp, getContext());
1926 IdVal = MCBinaryExpr::Create(BE->getOpcode(), BE->getRHS(), BE->getLHS(),