add vsl
authorChris Lattner <sabre@nondot.org>
Wed, 5 Apr 2006 01:16:22 +0000 (01:16 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 5 Apr 2006 01:16:22 +0000 (01:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27425 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCInstrAltivec.td

index 0ff29391212e88a1059f447b5910f32845315394..e11761580ef2994e81fbe098610d1615d9a54987 100644 (file)
@@ -312,6 +312,8 @@ def VXOR : VXForm_1<1220, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
 def VRLB   : VX1_Int<   4, "vrlb", int_ppc_altivec_vrlb>;
 def VRLH   : VX1_Int<  68, "vrlh", int_ppc_altivec_vrlh>;
 def VRLW   : VX1_Int< 132, "vrlw", int_ppc_altivec_vrlw>;
+
+def VSL    : VX1_Int< 452, "vsl" , int_ppc_altivec_vsl >;
 def VSLO   : VX1_Int<1036, "vslo", int_ppc_altivec_vslo>;
 def VSLB   : VX1_Int< 260, "vslb", int_ppc_altivec_vslb>;
 def VSLH   : VX1_Int< 324, "vslh", int_ppc_altivec_vslh>;