[mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] from...
[oota-llvm.git] / lib / Target / Mips / MipsMCInstLower.h
index c1fe697a20a568fdd7e0ac57c91d2e081fb44786..c4a6016105b2face98186ad1addfe42a3373facb 100644 (file)
@@ -33,13 +33,11 @@ public:
   MipsMCInstLower(MipsAsmPrinter &asmprinter);
   void Initialize(Mangler *mang, MCContext *C);
   void Lower(const MachineInstr *MI, MCInst &OutMI) const;
-  void LowerLargeShift(const MachineInstr *MI, MCInst &Inst, int64_t Shift);
-  void LowerDextDins(const MachineInstr *MI, MCInst &Inst);
+  MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
 
 private:
   MCOperand LowerSymbolOperand(const MachineOperand &MO,
                                MachineOperandType MOTy, unsigned Offset) const;
-  MCOperand LowerOperand(const MachineOperand& MO, unsigned offset = 0) const;
 };
 }