Reverted revisions 221351, 221352 and 221353.
[oota-llvm.git] / lib / Target / Mips / MicroMipsInstrFormats.td
index c0a4a1dfe0d83b7b5f84043050bc0d8155baa347..dcddfbc8875c32d5040a103945dec9e16cb8684a 100644 (file)
@@ -55,19 +55,6 @@ class ARITH_FM_MM16<bit funct> {
   let Inst{0}     = funct;
 }
 
-class ANDI_FM_MM16<bits<6> funct> {
-  bits<3> rd;
-  bits<3> rs;
-  bits<4> imm;
-
-  bits<16> Inst;
-
-  let Inst{15-10} = funct;
-  let Inst{9-7}   = rd;
-  let Inst{6-4}   = rs;
-  let Inst{3-0}   = imm;
-}
-
 class LOGIC_FM_MM16<bits<4> funct> {
   bits<3> rt;
   bits<3> rs;