[llvm-commits] [llvm] r146590 - /llvm/trunk/lib/Target/ARM/ARMInstrNEON.td

Jim Grosbach grosbach at apple.com
Wed Dec 14 13:41:32 PST 2011


Author: grosbach
Date: Wed Dec 14 15:41:32 2011
New Revision: 146590

URL: http://llvm.org/viewvc/llvm-project?rev=146590&view=rev
Log:
Nuke old code. Missed in last commit.

Modified:
    llvm/trunk/lib/Target/ARM/ARMInstrNEON.td

Modified: llvm/trunk/lib/Target/ARM/ARMInstrNEON.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMInstrNEON.td?rev=146590&r1=146589&r2=146590&view=diff
==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMInstrNEON.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMInstrNEON.td Wed Dec 14 15:41:32 2011
@@ -1523,13 +1523,6 @@
 def  VST2q32Pseudo : VSTQQPseudo<IIC_VST2x2>;
 
 // ...with address register writeback:
-//class VST2DWB<bits<4> op11_8, bits<4> op7_4, string Dt, RegisterOperand VdTy>
-//  : NLdSt<0, 0b00, op11_8, op7_4, (outs GPR:$wb),
-//          (ins addrmode6:$Rn, am6offset:$Rm, VdTy:$Vd),
-//          IIC_VST2u, "vst2", Dt, "$Vd, $Rn$Rm", "$Rn.addr = $wb", []> {
-//  let Inst{5-4} = Rn{5-4};
-//  let DecoderMethod = "DecodeVSTInstruction";
-//}
 multiclass VST2DWB<bits<4> op11_8, bits<4> op7_4, string Dt,
                    RegisterOperand VdTy> {
   def _fixed : NLdSt<0, 0b00, op11_8, op7_4, (outs GPR:$wb),
@@ -1550,13 +1543,6 @@
     let AsmMatchConverter = "cvtVSTwbRegister";
   }
 }
-//class VST2QWB<bits<4> op7_4, string Dt>
-//  : NLdSt<0, 0b00, 0b0011, op7_4, (outs GPR:$wb),
-//          (ins addrmode6:$Rn, am6offset:$Rm, VecListFourD:$Vd), IIC_VST2x2u,
-//          "vst2", Dt, "$Vd, $Rn$Rm", "$Rn.addr = $wb", []> {
-//  let Inst{5-4} = Rn{5-4};
-//  let DecoderMethod = "DecodeVSTInstruction";
-//}
 multiclass VST2QWB<bits<4> op7_4, string Dt> {
   def _fixed : NLdSt<0, 0b00, 0b0011, op7_4, (outs GPR:$wb),
                      (ins addrmode6:$Rn, VecListFourD:$Vd), IIC_VLD1u,





More information about the llvm-commits mailing list