Doubleword Shift Left Logical Plus 32
[oota-llvm.git] / lib / Target / Mips / MipsMCInstLower.h
index 0f4944e42307ffd8ad1f47647e6e84df6fcb26ad..0abb996a6877532ce1caecdcb9db95067d1b1d98 100644 (file)
@@ -31,9 +31,10 @@ class LLVM_LIBRARY_VISIBILITY MipsMCInstLower {
   MipsAsmPrinter &AsmPrinter;
 public:
   MipsMCInstLower(MipsAsmPrinter &asmprinter);
-  void Initialize(Mangler *mang, MCContextC);
+  void Initialize(Mangler *mang, MCContext *C);
   void Lower(const MachineInstr *MI, MCInst &OutMI) const;
-  void LowerSETGP01(SmallVector<MCInst, 4>& MCInsts);
+  void LowerLargeShift(const MachineInstr *MI, MCInst &Inst, int64_t Shift);
+
 private:
   MCOperand LowerSymbolOperand(const MachineOperand &MO,
                                MachineOperandType MOTy, unsigned Offset) const;