[SystemZ] Add CodeGen support for v4f32
[oota-llvm.git] / lib / Target / SystemZ / SystemZInstrFormats.td
index d7bfc12b93810c4664a0344ccba2b67a3b423e1a..dc9dfa801fdf896c56e79fb8dbd0f337000796e6 100644 (file)
@@ -2398,6 +2398,9 @@ class Alias<int size, dag outs, dag ins, list<dag> pattern>
   let isCodeGenOnly = 1;
 }
 
+class UnaryAliasVRS<RegisterOperand cls1, RegisterOperand cls2>
+ : Alias<6, (outs cls1:$src1), (ins cls2:$src2), []>;
+
 // An alias of a BinaryRI, but with different register sizes.
 class BinaryAliasRI<SDPatternOperator operator, RegisterOperand cls,
                     Immediate imm>