Add FP -> Int Conversions
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrAltivec.td
1 //===- PPCInstrAltivec.td - The PowerPC Altivec Extension --*- tablegen -*-===//
2 // 
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file was developed by Chris Lattner and is distributed under
6 // the University of Illinois Open Source License. See LICENSE.TXT for details.
7 // 
8 //===----------------------------------------------------------------------===//
9 //
10 // This file describes the Altivec extension to the PowerPC instruction set.
11 //
12 //===----------------------------------------------------------------------===//
13
14 //===----------------------------------------------------------------------===//
15 // Altivec transformation functions and pattern fragments.
16 //
17
18 // VSPLT*_get_imm xform function: convert vector_shuffle mask to VSPLT* imm.
19 def VSPLTB_get_imm : SDNodeXForm<build_vector, [{
20   return getI32Imm(PPC::getVSPLTImmediate(N, 1));
21 }]>;
22 def VSPLTB_shuffle_mask : PatLeaf<(build_vector), [{
23   return PPC::isSplatShuffleMask(N, 1);
24 }], VSPLTB_get_imm>;
25 def VSPLTH_get_imm : SDNodeXForm<build_vector, [{
26   return getI32Imm(PPC::getVSPLTImmediate(N, 2));
27 }]>;
28 def VSPLTH_shuffle_mask : PatLeaf<(build_vector), [{
29   return PPC::isSplatShuffleMask(N, 2);
30 }], VSPLTH_get_imm>;
31 def VSPLTW_get_imm : SDNodeXForm<build_vector, [{
32   return getI32Imm(PPC::getVSPLTImmediate(N, 4));
33 }]>;
34 def VSPLTW_shuffle_mask : PatLeaf<(build_vector), [{
35   return PPC::isSplatShuffleMask(N, 4);
36 }], VSPLTW_get_imm>;
37
38
39 // VSPLTISB_get_imm xform function: convert build_vector to VSPLTISB imm.
40 def VSPLTISB_get_imm : SDNodeXForm<build_vector, [{
41   char Val;
42   PPC::isVecSplatImm(N, 1, &Val);
43   return getI32Imm(Val);
44 }]>;
45 def vecspltisb : PatLeaf<(build_vector), [{
46   return PPC::isVecSplatImm(N, 1);
47 }], VSPLTISB_get_imm>;
48
49 // VSPLTISH_get_imm xform function: convert build_vector to VSPLTISH imm.
50 def VSPLTISH_get_imm : SDNodeXForm<build_vector, [{
51   char Val;
52   PPC::isVecSplatImm(N, 2, &Val);
53   return getI32Imm(Val);
54 }]>;
55 def vecspltish : PatLeaf<(build_vector), [{
56   return PPC::isVecSplatImm(N, 2);
57 }], VSPLTISH_get_imm>;
58
59 // VSPLTISW_get_imm xform function: convert build_vector to VSPLTISW imm.
60 def VSPLTISW_get_imm : SDNodeXForm<build_vector, [{
61   char Val;
62   PPC::isVecSplatImm(N, 4, &Val);
63   return getI32Imm(Val);
64 }]>;
65 def vecspltisw : PatLeaf<(build_vector), [{
66   return PPC::isVecSplatImm(N, 4);
67 }], VSPLTISW_get_imm>;
68
69 //===----------------------------------------------------------------------===//
70 // Helpers for defining instructions that directly correspond to intrinsics.
71
72 // VA1a_Int - A VAForm_1a intrinsic definition.
73 class VA1a_Int<bits<6> xo, string opc, Intrinsic IntID>
74   : VAForm_1a<xo, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB, VRRC:$vC),
75               !strconcat(opc, " $vD, $vA, $vB, $vC"), VecFP,
76                        [(set VRRC:$vD, (IntID VRRC:$vA, VRRC:$vB, VRRC:$vC))]>;
77
78 // VX1_Int - A VXForm_1 intrinsic definition.
79 class VX1_Int<bits<11> xo, string opc, Intrinsic IntID>
80   : VXForm_1<xo, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
81              !strconcat(opc, " $vD, $vA, $vB"), VecFP,
82              [(set VRRC:$vD, (IntID VRRC:$vA, VRRC:$vB))]>;
83
84 // VX2_Int - A VXForm_2 intrinsic definition.
85 class VX2_Int<bits<11> xo, string opc, Intrinsic IntID>
86   : VXForm_2<xo, (ops VRRC:$vD, VRRC:$vB),
87              !strconcat(opc, " $vD, $vB"), VecFP,
88              [(set VRRC:$vD, (IntID VRRC:$vB))]>;
89
90 //===----------------------------------------------------------------------===//
91 // Instruction Definitions.
92
93 def IMPLICIT_DEF_VRRC : Pseudo<(ops VRRC:$rD), "; $rD = IMPLICIT_DEF_VRRC",
94                                [(set VRRC:$rD, (v4f32 (undef)))]>;
95
96 let isLoad = 1, PPC970_Unit = 2 in {  // Loads.
97 def LVEBX: XForm_1<31,   7, (ops VRRC:$vD, memrr:$src),
98                    "lvebx $vD, $src", LdStGeneral,
99                    [(set VRRC:$vD, (int_ppc_altivec_lvebx xoaddr:$src))]>;
100 def LVEHX: XForm_1<31,  39, (ops VRRC:$vD, memrr:$src),
101                    "lvehx $vD, $src", LdStGeneral,
102                    [(set VRRC:$vD, (int_ppc_altivec_lvehx xoaddr:$src))]>;
103 def LVEWX: XForm_1<31,  71, (ops VRRC:$vD, memrr:$src),
104                    "lvewx $vD, $src", LdStGeneral,
105                    [(set VRRC:$vD, (int_ppc_altivec_lvewx xoaddr:$src))]>;
106 def LVX  : XForm_1<31, 103, (ops VRRC:$vD, memrr:$src),
107                    "lvx $vD, $src", LdStGeneral,
108                    [(set VRRC:$vD, (int_ppc_altivec_lvx xoaddr:$src))]>;
109 def LVXL : XForm_1<31, 359, (ops VRRC:$vD, memrr:$src),
110                    "lvxl $vD, $src", LdStGeneral,
111                    [(set VRRC:$vD, (int_ppc_altivec_lvxl xoaddr:$src))]>;
112 }
113
114 def LVSL : XForm_1<31,   6, (ops VRRC:$vD, memrr:$src),
115                    "lvsl $vD, $src", LdStGeneral,
116                    [(set VRRC:$vD, (int_ppc_altivec_lvsl xoaddr:$src))]>,
117                    PPC970_Unit_LSU;
118 def LVSR : XForm_1<31,  38, (ops VRRC:$vD, memrr:$src),
119                    "lvsl $vD, $src", LdStGeneral,
120                    [(set VRRC:$vD, (int_ppc_altivec_lvsr xoaddr:$src))]>,
121                    PPC970_Unit_LSU;
122
123 let isStore = 1, noResults = 1, PPC970_Unit = 2 in {   // Stores.
124 def STVEBX: XForm_8<31, 135, (ops VRRC:$rS, memrr:$dst),
125                    "stvebx $rS, $dst", LdStGeneral,
126                    [(int_ppc_altivec_stvebx VRRC:$rS, xoaddr:$dst)]>;
127 def STVEHX: XForm_8<31, 167, (ops VRRC:$rS, memrr:$dst),
128                    "stvehx $rS, $dst", LdStGeneral,
129                    [(int_ppc_altivec_stvehx VRRC:$rS, xoaddr:$dst)]>;
130 def STVEWX: XForm_8<31, 199, (ops VRRC:$rS, memrr:$dst),
131                    "stvewx $rS, $dst", LdStGeneral,
132                    [(int_ppc_altivec_stvewx VRRC:$rS, xoaddr:$dst)]>;
133 def STVX  : XForm_8<31, 231, (ops VRRC:$rS, memrr:$dst),
134                    "stvx $rS, $dst", LdStGeneral,
135                    [(int_ppc_altivec_stvx VRRC:$rS, xoaddr:$dst)]>;
136 def STVXL : XForm_8<31, 487, (ops VRRC:$rS, memrr:$dst),
137                    "stvxl $rS, $dst", LdStGeneral,
138                    [(int_ppc_altivec_stvxl VRRC:$rS, xoaddr:$dst)]>;
139 }
140
141 let PPC970_Unit = 5 in {  // VALU Operations.
142 // VA-Form instructions.  3-input AltiVec ops.
143 def VMADDFP : VAForm_1<46, (ops VRRC:$vD, VRRC:$vA, VRRC:$vC, VRRC:$vB),
144                        "vmaddfp $vD, $vA, $vC, $vB", VecFP,
145                        [(set VRRC:$vD, (fadd (fmul VRRC:$vA, VRRC:$vC),
146                                              VRRC:$vB))]>,
147                        Requires<[FPContractions]>;
148 def VNMSUBFP: VAForm_1<47, (ops VRRC:$vD, VRRC:$vA, VRRC:$vC, VRRC:$vB),
149                        "vnmsubfp $vD, $vA, $vC, $vB", VecFP,
150                        [(set VRRC:$vD, (fneg (fsub (fmul VRRC:$vA, VRRC:$vC),
151                                                    VRRC:$vB)))]>,
152                        Requires<[FPContractions]>;
153 def VMHADDSHS  : VA1a_Int<32, "vmhaddshs",  int_ppc_altivec_vmhaddshs>;
154 def VMHRADDSHS : VA1a_Int<33, "vmhraddshs", int_ppc_altivec_vmhraddshs>;
155 def VPERM      : VA1a_Int<43, "vperm",      int_ppc_altivec_vperm>;
156 def VSEL       : VA1a_Int<42, "vsel",       int_ppc_altivec_vsel>;
157
158 def VSLDOI  : VAForm_2<44, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB, u5imm:$SH),
159                        "vsldoi $vD, $vA, $vB, $SH", VecFP,
160                        [(set VRRC:$vD,
161                              (int_ppc_altivec_vsldoi VRRC:$vA, VRRC:$vB,
162                                                      imm:$SH))]>;
163
164 // VX-Form instructions.  AltiVec arithmetic ops.
165 def VADDFP : VXForm_1<10, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
166                       "vaddfp $vD, $vA, $vB", VecFP,
167                       [(set VRRC:$vD, (fadd VRRC:$vA, VRRC:$vB))]>;
168                       
169 def VADDUBM : VXForm_1<0, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
170                       "vaddubm $vD, $vA, $vB", VecGeneral,
171                       [(set VRRC:$vD, (add (v16i8 VRRC:$vA), VRRC:$vB))]>;
172 def VADDUHM : VXForm_1<64, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
173                       "vadduhm $vD, $vA, $vB", VecGeneral,
174                       [(set VRRC:$vD, (add (v8i16 VRRC:$vA), VRRC:$vB))]>;
175 def VADDUWM : VXForm_1<128, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
176                       "vadduwm $vD, $vA, $vB", VecGeneral,
177                       [(set VRRC:$vD, (add (v4i32 VRRC:$vA), VRRC:$vB))]>;
178                       
179 def VADDCUW : VX1_Int<384, "vaddcuw", int_ppc_altivec_vaddcuw>;
180 def VADDSBS : VX1_Int<768, "vaddsbs", int_ppc_altivec_vaddsbs>;
181 def VADDSHS : VX1_Int<832, "vaddshs", int_ppc_altivec_vaddshs>;
182 def VADDSWS : VX1_Int<896, "vaddsws", int_ppc_altivec_vaddsws>;
183 def VADDUBS : VX1_Int<512, "vaddubs", int_ppc_altivec_vaddubs>;
184 def VADDUHS : VX1_Int<576, "vadduhs", int_ppc_altivec_vadduhs>;
185 def VADDUWS : VX1_Int<640, "vadduws", int_ppc_altivec_vadduws>;
186                              
187                              
188 def VAND : VXForm_1<1028, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
189                     "vand $vD, $vA, $vB", VecFP,
190                     [(set VRRC:$vD, (and (v4i32 VRRC:$vA), VRRC:$vB))]>;
191 def VANDC : VXForm_1<1092, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
192                      "vandc $vD, $vA, $vB", VecFP,
193                      [(set VRRC:$vD, (and (v4i32 VRRC:$vA), (vnot VRRC:$vB)))]>;
194
195 def VCFSX  : VXForm_1<842, (ops VRRC:$vD, u5imm:$UIMM, VRRC:$vB),
196                       "vcfsx $vD, $vB, $UIMM", VecFP,
197                       [(set VRRC:$vD,
198                              (int_ppc_altivec_vcfsx VRRC:$vB, imm:$UIMM))]>;
199 def VCFUX  : VXForm_1<778, (ops VRRC:$vD, u5imm:$UIMM, VRRC:$vB),
200                       "vcfux $vD, $vB, $UIMM", VecFP,
201                       [(set VRRC:$vD,
202                              (int_ppc_altivec_vcfux VRRC:$vB, imm:$UIMM))]>;
203 def VCTSXS : VXForm_1<970, (ops VRRC:$vD, u5imm:$UIMM, VRRC:$vB),
204                       "vctsxs $vD, $vB, $UIMM", VecFP,
205                       [(set VRRC:$vD,
206                              (int_ppc_altivec_vctsxs VRRC:$vB, imm:$UIMM))]>;
207 def VCTUXS : VXForm_1<906, (ops VRRC:$vD, u5imm:$UIMM, VRRC:$vB),
208                       "vctuxs $vD, $vB, $UIMM", VecFP,
209                       [(set VRRC:$vD,
210                              (int_ppc_altivec_vctuxs VRRC:$vB, imm:$UIMM))]>;
211 def VEXPTEFP : VX2_Int<394, "vexptefp", int_ppc_altivec_vexptefp>;
212 def VLOGEFP  : VX2_Int<458, "vlogefp",  int_ppc_altivec_vlogefp>;
213
214 def VAVGSB : VX1_Int<1282, "vavgsb", int_ppc_altivec_vavgsb>;
215 def VAVGSH : VX1_Int<1346, "vavgsh", int_ppc_altivec_vavgsh>;
216 def VAVGSW : VX1_Int<1410, "vavgsw", int_ppc_altivec_vavgsw>;
217 def VAVGUB : VX1_Int<1026, "vavgub", int_ppc_altivec_vavgub>;
218 def VAVGUH : VX1_Int<1090, "vavguh", int_ppc_altivec_vavguh>;
219 def VAVGUW : VX1_Int<1154, "vavguw", int_ppc_altivec_vavguw>;
220
221 def VMAXFP : VX1_Int<1034, "vmaxfp", int_ppc_altivec_vmaxfp>;
222 def VMAXSB : VX1_Int< 258, "vmaxsb", int_ppc_altivec_vmaxsb>;
223 def VMAXSH : VX1_Int< 322, "vmaxsh", int_ppc_altivec_vmaxsh>;
224 def VMAXSW : VX1_Int< 386, "vmaxsw", int_ppc_altivec_vmaxsw>;
225 def VMAXUB : VX1_Int<   2, "vmaxub", int_ppc_altivec_vmaxub>;
226 def VMAXUH : VX1_Int<  66, "vmaxuh", int_ppc_altivec_vmaxuh>;
227 def VMAXUW : VX1_Int< 130, "vmaxuw", int_ppc_altivec_vmaxuw>;
228 def VMINFP : VX1_Int<1098, "vminfp", int_ppc_altivec_vminfp>;
229 def VMINSB : VX1_Int< 770, "vminsb", int_ppc_altivec_vminsb>;
230 def VMINSH : VX1_Int< 834, "vminsh", int_ppc_altivec_vminsh>;
231 def VMINSW : VX1_Int< 896, "vminsw", int_ppc_altivec_vminsw>;
232 def VMINUB : VX1_Int< 514, "vminub", int_ppc_altivec_vminub>;
233 def VMINUH : VX1_Int< 578, "vminuh", int_ppc_altivec_vminuh>;
234 def VMINUW : VX1_Int< 642, "vminuw", int_ppc_altivec_vminuw>;
235
236 def VMRGHH : VX1_Int<76 , "vmrghh", int_ppc_altivec_vmrghh>;
237 def VMRGHW : VX1_Int<140, "vmrghw", int_ppc_altivec_vmrghw>;
238 def VMRGLH : VX1_Int<332, "vmrglh", int_ppc_altivec_vmrglh>;
239 def VMRGLW : VX1_Int<396, "vmrglw", int_ppc_altivec_vmrglw>;
240
241 def VMSUMMBM : VA1a_Int<37, "vmsummbm", int_ppc_altivec_vmsummbm>;
242 def VMSUMSHM : VA1a_Int<40, "vmsumshm", int_ppc_altivec_vmsumshm>;
243 def VMSUMSHS : VA1a_Int<41, "vmsumshs", int_ppc_altivec_vmsumshs>;
244 def VMSUMUBM : VA1a_Int<36, "vmsumubm", int_ppc_altivec_vmsumubm>;
245 def VMSUMUHM : VA1a_Int<38, "vmsumuhm", int_ppc_altivec_vmsumuhm>;
246 def VMSUMUHS : VA1a_Int<39, "vmsumuhs", int_ppc_altivec_vmsumuhs>;
247
248 def VMULESB : VX1_Int<776, "vmulesb", int_ppc_altivec_vmulesb>;
249 def VMULESH : VX1_Int<840, "vmulesh", int_ppc_altivec_vmulesh>;
250 def VMULEUB : VX1_Int<520, "vmuleub", int_ppc_altivec_vmuleub>;
251 def VMULEUH : VX1_Int<584, "vmuleuh", int_ppc_altivec_vmuleuh>;
252 def VMULOSB : VX1_Int<264, "vmulosb", int_ppc_altivec_vmulosb>;
253 def VMULOSH : VX1_Int<328, "vmulosh", int_ppc_altivec_vmulosh>;
254 def VMULOUB : VX1_Int<  8, "vmuloub", int_ppc_altivec_vmuloub>;
255 def VMULOUH : VX1_Int< 72, "vmulouh", int_ppc_altivec_vmulouh>;
256                        
257 def VREFP     : VX2_Int<266, "vrefp",     int_ppc_altivec_vrefp>;
258 def VRFIM     : VX2_Int<714, "vrfim",     int_ppc_altivec_vrfim>;
259 def VRFIN     : VX2_Int<522, "vrfin",     int_ppc_altivec_vrfin>;
260 def VRFIP     : VX2_Int<650, "vrfip",     int_ppc_altivec_vrfip>;
261 def VRFIZ     : VX2_Int<586, "vrfiz",     int_ppc_altivec_vrfiz>;
262 def VRSQRTEFP : VX2_Int<330, "vrsqrtefp", int_ppc_altivec_vrsqrtefp>;
263
264 def VSUBCUW : VX1_Int<74, "vsubcuw", int_ppc_altivec_vsubcuw>;
265
266 def VSUBFP  : VXForm_1<74, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
267                       "vsubfp $vD, $vA, $vB", VecGeneral,
268                       [(set VRRC:$vD, (fsub VRRC:$vA, VRRC:$vB))]>;
269 def VSUBUBM : VXForm_1<1024, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
270                       "vsububm $vD, $vA, $vB", VecGeneral,
271                       [(set VRRC:$vD, (sub (v16i8 VRRC:$vA), VRRC:$vB))]>;
272 def VSUBUHM : VXForm_1<1088, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
273                       "vsubuhm $vD, $vA, $vB", VecGeneral,
274                       [(set VRRC:$vD, (sub (v8i16 VRRC:$vA), VRRC:$vB))]>;
275 def VSUBUWM : VXForm_1<1152, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
276                       "vsubuwm $vD, $vA, $vB", VecGeneral,
277                       [(set VRRC:$vD, (sub (v4i32 VRRC:$vA), VRRC:$vB))]>;
278                       
279 def VSUBSBS : VX1_Int<1792, "vsubsbs" , int_ppc_altivec_vsubsbs>;
280 def VSUBSHS : VX1_Int<1856, "vsubshs" , int_ppc_altivec_vsubshs>;
281 def VSUBSWS : VX1_Int<1920, "vsubsws" , int_ppc_altivec_vsubsws>;
282 def VSUBUBS : VX1_Int<1536, "vsububs" , int_ppc_altivec_vsububs>;
283 def VSUBUHS : VX1_Int<1600, "vsubuhs" , int_ppc_altivec_vsubuhs>;
284 def VSUBUWS : VX1_Int<1664, "vsubuws" , int_ppc_altivec_vsubuws>;
285 def VSUMSWS : VX1_Int<1928, "vsumsws" , int_ppc_altivec_vsumsws>;
286 def VSUM2SWS: VX1_Int<1672, "vsum2sws", int_ppc_altivec_vsum2sws>;
287 def VSUM4SBS: VX1_Int<1672, "vsum4sbs", int_ppc_altivec_vsum4sbs>;
288 def VSUM4SHS: VX1_Int<1608, "vsum4shs", int_ppc_altivec_vsum4shs>;
289 def VSUM4UBS: VX1_Int<1544, "vsum4ubs", int_ppc_altivec_vsum4ubs>;
290
291 def VNOR : VXForm_1<1284, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
292                     "vnor $vD, $vA, $vB", VecFP,
293                     [(set VRRC:$vD, (vnot (or (v4i32 VRRC:$vA), VRRC:$vB)))]>;
294 def VOR : VXForm_1<1156, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
295                       "vor $vD, $vA, $vB", VecFP,
296                       [(set VRRC:$vD, (or (v4i32 VRRC:$vA), VRRC:$vB))]>;
297 def VXOR : VXForm_1<1220, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
298                       "vxor $vD, $vA, $vB", VecFP,
299                       [(set VRRC:$vD, (xor (v4i32 VRRC:$vA), VRRC:$vB))]>;
300
301 def VRLB   : VX1_Int<   4, "vrlb", int_ppc_altivec_vrlb>;
302 def VRLH   : VX1_Int<  68, "vrlh", int_ppc_altivec_vrlh>;
303 def VRLW   : VX1_Int< 132, "vrlw", int_ppc_altivec_vrlw>;
304 def VSLO   : VX1_Int<1036, "vslo", int_ppc_altivec_vslo>;
305 def VSLB   : VX1_Int< 260, "vslb", int_ppc_altivec_vslb>;
306 def VSLH   : VX1_Int< 324, "vslh", int_ppc_altivec_vslh>;
307 def VSLW   : VX1_Int< 388, "vslw", int_ppc_altivec_vslw>;
308
309 def VSPLTB : VXForm_1<524, (ops VRRC:$vD, u5imm:$UIMM, VRRC:$vB),
310                       "vspltb $vD, $vB, $UIMM", VecPerm,
311                       [(set VRRC:$vD, (vector_shuffle (v16i8 VRRC:$vB), (undef),
312                                       VSPLTB_shuffle_mask:$UIMM))]>;
313 def VSPLTH : VXForm_1<588, (ops VRRC:$vD, u5imm:$UIMM, VRRC:$vB),
314                       "vsplth $vD, $vB, $UIMM", VecPerm,
315                       [(set VRRC:$vD, (vector_shuffle (v16i8 VRRC:$vB), (undef),
316                                       VSPLTH_shuffle_mask:$UIMM))]>;
317 def VSPLTW : VXForm_1<652, (ops VRRC:$vD, u5imm:$UIMM, VRRC:$vB),
318                       "vspltw $vD, $vB, $UIMM", VecPerm,
319                       [(set VRRC:$vD, (vector_shuffle (v16i8 VRRC:$vB), (undef),
320                                       VSPLTW_shuffle_mask:$UIMM))]>;
321
322 def VSR    : VX1_Int< 708, "vsr"  , int_ppc_altivec_vsr>;
323 def VSRO   : VX1_Int<1100, "vsro" , int_ppc_altivec_vsro>;
324 def VSRAB  : VX1_Int< 772, "vsrab", int_ppc_altivec_vsrab>;
325 def VSRAH  : VX1_Int< 836, "vsrah", int_ppc_altivec_vsrah>;
326 def VSRAW  : VX1_Int< 900, "vsraw", int_ppc_altivec_vsraw>;
327 def VSRB   : VX1_Int< 516, "vsrb" , int_ppc_altivec_vsrb>;
328 def VSRH   : VX1_Int< 580, "vsrh" , int_ppc_altivec_vsrh>;
329 def VSRW   : VX1_Int< 644, "vsrw" , int_ppc_altivec_vsrw>;
330
331
332 def VSPLTISB : VXForm_3<780, (ops VRRC:$vD, s5imm:$SIMM),
333                        "vspltisb $vD, $SIMM", VecPerm,
334                        [(set VRRC:$vD, (v4f32 vecspltisb:$SIMM))]>;
335 def VSPLTISH : VXForm_3<844, (ops VRRC:$vD, s5imm:$SIMM),
336                        "vspltish $vD, $SIMM", VecPerm,
337                        [(set VRRC:$vD, (v4f32 vecspltish:$SIMM))]>;
338 def VSPLTISW : VXForm_3<908, (ops VRRC:$vD, s5imm:$SIMM),
339                        "vspltisw $vD, $SIMM", VecPerm,
340                        [(set VRRC:$vD, (v4f32 vecspltisw:$SIMM))]>;
341
342 // Vector Pack.
343 def VPKPX   : VX1_Int<782, "vpkpx", int_ppc_altivec_vpkpx>;
344 def VPKSHSS : VX1_Int<398, "vpkshss", int_ppc_altivec_vpkshss>;
345 def VPKSHUS : VX1_Int<270, "vpkshus", int_ppc_altivec_vpkshus>;
346 def VPKSWSS : VX1_Int<462, "vpkswss", int_ppc_altivec_vpkswss>;
347 def VPKSWUS : VX1_Int<334, "vpkswus", int_ppc_altivec_vpkswus>;
348 def VPKUHUM : VXForm_1<14, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
349                        "vpkuhum $vD, $vA, $vB", VecFP,
350                        [/*TODO*/]>;
351 def VPKUHUS : VX1_Int<142, "vpkuhus", int_ppc_altivec_vpkuhus>;
352 def VPKUWUM : VXForm_1<78, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB),
353                        "vpkuwum $vD, $vA, $vB", VecFP,
354                        [/*TODO*/]>;
355 def VPKUWUS : VX1_Int<206, "vpkuwus", int_ppc_altivec_vpkuwus>;
356
357 // Vector Unpack.
358 def VUPKHPX : VX2_Int<846, "vupkhpx", int_ppc_altivec_vupkhpx>;
359 def VUPKHSB : VX2_Int<526, "vupkhsb", int_ppc_altivec_vupkhsb>;
360 def VUPKHSH : VX2_Int<590, "vupkhsh", int_ppc_altivec_vupkhsh>;
361 def VUPKLPX : VX2_Int<974, "vupklpx", int_ppc_altivec_vupklpx>;
362 def VUPKLSB : VX2_Int<654, "vupklsb", int_ppc_altivec_vupklsb>;
363 def VUPKLSH : VX2_Int<718, "vupklsh", int_ppc_altivec_vupklsh>;
364
365
366 // Altivec Comparisons.
367
368 class VCMP<bits<10> xo, string asmstr, ValueType Ty>
369   : VXRForm_1<xo, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB), asmstr, VecFPCompare,
370               [(set VRRC:$vD, (Ty (PPCvcmp VRRC:$vA, VRRC:$vB, xo)))]>;
371 class VCMPo<bits<10> xo, string asmstr, ValueType Ty>
372   : VXRForm_1<xo, (ops VRRC:$vD, VRRC:$vA, VRRC:$vB), asmstr, VecFPCompare,
373               [(set VRRC:$vD, (Ty (PPCvcmp_o VRRC:$vA, VRRC:$vB, xo)))]> {
374   let Defs = [CR6];
375   let RC = 1;
376 }
377
378 // f32 element comparisons.0
379 def VCMPBFP   : VCMP <966, "vcmpbfp $vD, $vA, $vB"  , v4f32>;
380 def VCMPBFPo  : VCMPo<966, "vcmpbfp. $vD, $vA, $vB" , v4f32>;
381 def VCMPEQFP  : VCMP <198, "vcmpeqfp $vD, $vA, $vB" , v4f32>;
382 def VCMPEQFPo : VCMPo<198, "vcmpeqfp. $vD, $vA, $vB", v4f32>;
383 def VCMPGEFP  : VCMP <454, "vcmpgefp $vD, $vA, $vB" , v4f32>;
384 def VCMPGEFPo : VCMPo<454, "vcmpgefp. $vD, $vA, $vB", v4f32>;
385 def VCMPGTFP  : VCMP <710, "vcmpgtfp $vD, $vA, $vB" , v4f32>;
386 def VCMPGTFPo : VCMPo<710, "vcmpgtfp. $vD, $vA, $vB", v4f32>;
387
388 // i8 element comparisons.
389 def VCMPEQUB  : VCMP <  6, "vcmpequb $vD, $vA, $vB" , v16i8>;
390 def VCMPEQUBo : VCMPo<  6, "vcmpequb. $vD, $vA, $vB", v16i8>;
391 def VCMPGTSB  : VCMP <774, "vcmpgtsb $vD, $vA, $vB" , v16i8>;
392 def VCMPGTSBo : VCMPo<774, "vcmpgtsb. $vD, $vA, $vB", v16i8>;
393 def VCMPGTUB  : VCMP <518, "vcmpgtub $vD, $vA, $vB" , v16i8>;
394 def VCMPGTUBo : VCMPo<518, "vcmpgtub. $vD, $vA, $vB", v16i8>;
395
396 // i16 element comparisons.
397 def VCMPEQUH  : VCMP < 70, "vcmpequh $vD, $vA, $vB" , v8i16>;
398 def VCMPEQUHo : VCMPo< 70, "vcmpequh. $vD, $vA, $vB", v8i16>;
399 def VCMPGTSH  : VCMP <838, "vcmpgtsh $vD, $vA, $vB" , v8i16>;
400 def VCMPGTSHo : VCMPo<838, "vcmpgtsh. $vD, $vA, $vB", v8i16>;
401 def VCMPGTUH  : VCMP <582, "vcmpgtuh $vD, $vA, $vB" , v8i16>;
402 def VCMPGTUHo : VCMPo<582, "vcmpgtuh. $vD, $vA, $vB", v8i16>;
403
404 // i32 element comparisons.
405 def VCMPEQUW  : VCMP <134, "vcmpequw $vD, $vA, $vB" , v4i32>;
406 def VCMPEQUWo : VCMPo<134, "vcmpequw. $vD, $vA, $vB", v4i32>;
407 def VCMPGTSW  : VCMP <902, "vcmpgtsw $vD, $vA, $vB" , v4i32>;
408 def VCMPGTSWo : VCMPo<902, "vcmpgtsw. $vD, $vA, $vB", v4i32>;
409 def VCMPGTUW  : VCMP <646, "vcmpgtuw $vD, $vA, $vB" , v4i32>;
410 def VCMPGTUWo : VCMPo<646, "vcmpgtuw. $vD, $vA, $vB", v4i32>;
411                       
412 def V_SET0 : VXForm_setzero<1220, (ops VRRC:$vD),
413                       "vxor $vD, $vD, $vD", VecFP,
414                       [(set VRRC:$vD, (v4f32 immAllZerosV))]>;
415 }
416
417 //===----------------------------------------------------------------------===//
418 // Additional Altivec Patterns
419 //
420
421 // Undef/Zero.
422 def : Pat<(v16i8 (undef)), (v16i8 (IMPLICIT_DEF_VRRC))>;
423 def : Pat<(v8i16 (undef)), (v8i16 (IMPLICIT_DEF_VRRC))>;
424 def : Pat<(v4i32 (undef)), (v4i32 (IMPLICIT_DEF_VRRC))>;
425 def : Pat<(v16i8 immAllZerosV), (v16i8 (V_SET0))>;
426 def : Pat<(v8i16 immAllZerosV), (v8i16 (V_SET0))>;
427 def : Pat<(v4i32 immAllZerosV), (v4i32 (V_SET0))>;
428
429 // Loads.
430 def : Pat<(v16i8 (load xoaddr:$src)), (v16i8 (LVX xoaddr:$src))>;
431 def : Pat<(v8i16 (load xoaddr:$src)), (v8i16 (LVX xoaddr:$src))>;
432 def : Pat<(v4i32 (load xoaddr:$src)), (v4i32 (LVX xoaddr:$src))>;
433 def : Pat<(v4f32 (load xoaddr:$src)), (v4f32 (LVX xoaddr:$src))>;
434
435 // Stores.
436 def : Pat<(store (v16i8 VRRC:$rS), xoaddr:$dst),
437           (STVX (v16i8 VRRC:$rS), xoaddr:$dst)>;
438 def : Pat<(store (v8i16 VRRC:$rS), xoaddr:$dst),
439           (STVX (v8i16 VRRC:$rS), xoaddr:$dst)>;
440 def : Pat<(store (v4i32 VRRC:$rS), xoaddr:$dst),
441           (STVX (v4i32 VRRC:$rS), xoaddr:$dst)>;
442 def : Pat<(store (v4f32 VRRC:$rS), xoaddr:$dst),
443           (STVX (v4f32 VRRC:$rS), xoaddr:$dst)>;
444
445 // Bit conversions.
446 def : Pat<(v16i8 (bitconvert (v8i16 VRRC:$src))), (v16i8 VRRC:$src)>;
447 def : Pat<(v16i8 (bitconvert (v4i32 VRRC:$src))), (v16i8 VRRC:$src)>;
448 def : Pat<(v16i8 (bitconvert (v4f32 VRRC:$src))), (v16i8 VRRC:$src)>;
449
450 def : Pat<(v8i16 (bitconvert (v16i8 VRRC:$src))), (v8i16 VRRC:$src)>;
451 def : Pat<(v8i16 (bitconvert (v4i32 VRRC:$src))), (v8i16 VRRC:$src)>;
452 def : Pat<(v8i16 (bitconvert (v4f32 VRRC:$src))), (v8i16 VRRC:$src)>;
453
454 def : Pat<(v4i32 (bitconvert (v16i8 VRRC:$src))), (v4i32 VRRC:$src)>;
455 def : Pat<(v4i32 (bitconvert (v8i16 VRRC:$src))), (v4i32 VRRC:$src)>;
456 def : Pat<(v4i32 (bitconvert (v4f32 VRRC:$src))), (v4i32 VRRC:$src)>;
457
458 def : Pat<(v4f32 (bitconvert (v16i8 VRRC:$src))), (v4f32 VRRC:$src)>;
459 def : Pat<(v4f32 (bitconvert (v8i16 VRRC:$src))), (v4f32 VRRC:$src)>;
460 def : Pat<(v4f32 (bitconvert (v4i32 VRRC:$src))), (v4f32 VRRC:$src)>;
461
462 // Immediate vector formation with vsplti*.
463 def : Pat<(v16i8 vecspltisb:$invec), (v16i8 (VSPLTISB vecspltisb:$invec))>;
464 def : Pat<(v16i8 vecspltish:$invec), (v16i8 (VSPLTISH vecspltish:$invec))>;
465 def : Pat<(v16i8 vecspltisw:$invec), (v16i8 (VSPLTISW vecspltisw:$invec))>;
466
467 def : Pat<(v8i16 vecspltisb:$invec), (v8i16 (VSPLTISB vecspltisb:$invec))>;
468 def : Pat<(v8i16 vecspltish:$invec), (v8i16 (VSPLTISH vecspltish:$invec))>;
469 def : Pat<(v8i16 vecspltisw:$invec), (v8i16 (VSPLTISW vecspltisw:$invec))>;
470
471 def : Pat<(v4i32 vecspltisb:$invec), (v4i32 (VSPLTISB vecspltisb:$invec))>;
472 def : Pat<(v4i32 vecspltish:$invec), (v4i32 (VSPLTISH vecspltish:$invec))>;
473 def : Pat<(v4i32 vecspltisw:$invec), (v4i32 (VSPLTISW vecspltisw:$invec))>;
474
475 // Logical Operations
476 def : Pat<(v16i8 (vnot VRRC:$vA)), (v16i8 (VNOR VRRC:$vA, VRRC:$vA))>;
477 def : Pat<(v8i16 (vnot VRRC:$vA)), (v8i16 (VNOR VRRC:$vA, VRRC:$vA))>;
478 def : Pat<(v4i32 (vnot VRRC:$vA)), (v4i32 (VNOR VRRC:$vA, VRRC:$vA))>;
479
480 def : Pat<(v16i8 (and VRRC:$A, VRRC:$B)), (v16i8 (VAND VRRC:$A, VRRC:$B))>;
481 def : Pat<(v8i16 (and VRRC:$A, VRRC:$B)), (v8i16 (VAND VRRC:$A, VRRC:$B))>;
482 def : Pat<(v16i8 (or  VRRC:$A, VRRC:$B)), (v16i8 (VOR  VRRC:$A, VRRC:$B))>;
483 def : Pat<(v8i16 (or  VRRC:$A, VRRC:$B)), (v8i16 (VOR  VRRC:$A, VRRC:$B))>;
484 def : Pat<(v16i8 (xor VRRC:$A, VRRC:$B)), (v16i8 (VXOR VRRC:$A, VRRC:$B))>;
485 def : Pat<(v8i16 (xor VRRC:$A, VRRC:$B)), (v8i16 (VXOR VRRC:$A, VRRC:$B))>;
486 def : Pat<(v16i8 (vnot (or VRRC:$A, VRRC:$B))),(v16i8 (VNOR VRRC:$A, VRRC:$B))>;
487 def : Pat<(v8i16 (vnot (or VRRC:$A, VRRC:$B))),(v8i16 (VNOR VRRC:$A, VRRC:$B))>;
488 def : Pat<(v16i8 (and VRRC:$A, (vnot VRRC:$B))),
489           (v16i8 (VANDC VRRC:$A, VRRC:$B))>;
490 def : Pat<(v8i16 (and VRRC:$A, (vnot VRRC:$B))),
491           (v8i16 (VANDC VRRC:$A, VRRC:$B))>;
492
493 def : Pat<(fmul VRRC:$vA, VRRC:$vB),
494           (VMADDFP VRRC:$vA, VRRC:$vB, (V_SET0))>; 
495
496 // Fused multiply add and multiply sub for packed float.  These are represented
497 // separately from the real instructions above, for operations that must have
498 // the additional precision, such as Newton-Rhapson (used by divide, sqrt)
499 def : Pat<(PPCvmaddfp VRRC:$A, VRRC:$B, VRRC:$C),
500           (VMADDFP VRRC:$A, VRRC:$B, VRRC:$C)>;
501 def : Pat<(PPCvnmsubfp VRRC:$A, VRRC:$B, VRRC:$C),
502           (VNMSUBFP VRRC:$A, VRRC:$B, VRRC:$C)>;
503
504 def : Pat<(int_ppc_altivec_vmaddfp VRRC:$A, VRRC:$B, VRRC:$C),
505           (VMADDFP VRRC:$A, VRRC:$B, VRRC:$C)>;
506 def : Pat<(int_ppc_altivec_vnmsubfp VRRC:$A, VRRC:$B, VRRC:$C),
507           (VNMSUBFP VRRC:$A, VRRC:$B, VRRC:$C)>;
508
509 def : Pat<(PPCvperm (v16i8 VRRC:$vA), VRRC:$vB, VRRC:$vC),
510           (v16i8 (VPERM VRRC:$vA, VRRC:$vB, VRRC:$vC))>;