Claim to have v16i8 for perm masks
authorChris Lattner <sabre@nondot.org>
Mon, 20 Mar 2006 01:53:02 +0000 (01:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Mar 2006 01:53:02 +0000 (01:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26886 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCRegisterInfo.td

index 68c73bce9c1c4cb6990f447fd43f93d48471fca9..afb433893223a775b812e4cf517376b067da6dcb 100644 (file)
@@ -191,7 +191,8 @@ def F4RC : RegisterClass<"PPC", [f32], 32, [F0, F1, F2, F3, F4, F5, F6, F7,
   F8, F9, F10, F11, F12, F13, F14, F15, F16, F17, F18, F19, F20, F21,
   F22, F23, F24, F25, F26, F27, F28, F29, F30, F31]>;
 
-def VRRC : RegisterClass<"PPC", [v4f32,v4i32], 128, [V0, V1, V2, V3, V4, V5,
+def VRRC : RegisterClass<"PPC", [v16i8,v4f32,v4i32], 128,
+ [V0, V1, V2, V3, V4, V5,
   V6, V7, V8, V9, V10, V11, V12, V13, V14, V15, V16, V17, V18, V19, V20, V21,
   V22, V23, V24, V25, V26, V27, V28, V29, V30, V31]>;