Update the .cvs files.
[oota-llvm.git] / lib / Target / CellSPU / SPUOperands.td
index 1e8eff56525e8a7e1b8662ad023f8916f2b90f62..d17faac861fbfc3142e181b4fa3345ff0cc13122 100644 (file)
@@ -509,7 +509,11 @@ def u16imm_i64 : Operand<i64> {
   let PrintMethod = "printU16ImmOperand";
 }
 
-def u16imm : Operand<i32> {
+def u16imm_i32 : Operand<i32> {
+  let PrintMethod = "printU16ImmOperand";
+}
+
+def u16imm : Operand<i16> {
   let PrintMethod = "printU16ImmOperand";
 }
 
@@ -555,6 +559,10 @@ def rotNeg7imm_i16 : Operand<i16> {
   let PrintMethod = "printROTNeg7Imm";
 }
 
+def rotNeg7imm_i8 : Operand<i8> {
+  let PrintMethod = "printROTNeg7Imm";
+}
+
 def target : Operand<OtherVT> {
   let PrintMethod = "printBranchOperand";
 }