1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
|
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -verify-machineinstrs -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr \
; RUN: -mcpu=pwr9 -mtriple=powerpc64le < %s | FileCheck %s --check-prefix=PWR9LE
; RUN: llc -verify-machineinstrs -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr \
; RUN: -mcpu=pwr9 -mtriple=powerpc64 < %s | FileCheck %s --check-prefix=PWR9BE
; RUN: llc -verify-machineinstrs -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr \
; RUN: -mcpu=pwr10 -mtriple=powerpc64le < %s | FileCheck %s --check-prefix=PWR10LE
; RUN: llc -verify-machineinstrs -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr \
; RUN: -mcpu=pwr10 -mtriple=powerpc64 < %s | FileCheck %s --check-prefix=PWR10BE
;;
;; Vectors of type i32
;;
define dso_local i32 @v2i32(<2 x i32> %a) local_unnamed_addr #0 {
; PWR9LE-LABEL: v2i32:
; PWR9LE: # %bb.0: # %entry
; PWR9LE-NEXT: xxspltw vs0, v2, 2
; PWR9LE-NEXT: li r3, 0
; PWR9LE-NEXT: xxlor v2, v2, vs0
; PWR9LE-NEXT: vextuwrx r3, r3, v2
; PWR9LE-NEXT: blr
;
; PWR9BE-LABEL: v2i32:
; PWR9BE: # %bb.0: # %entry
; PWR9BE-NEXT: xxspltw vs0, v2, 1
; PWR9BE-NEXT: li r3, 0
; PWR9BE-NEXT: xxlor v2, v2, vs0
; PWR9BE-NEXT: vextuwlx r3, r3, v2
; PWR9BE-NEXT: blr
;
; PWR10LE-LABEL: v2i32:
; PWR10LE: # %bb.0: # %entry
; PWR10LE-NEXT: xxspltw vs0, v2, 2
; PWR10LE-NEXT: li r3, 0
; PWR10LE-NEXT: xxlor v2, v2, vs0
; PWR10LE-NEXT: vextuwrx r3, r3, v2
; PWR10LE-NEXT: blr
;
; PWR10BE-LABEL: v2i32:
; PWR10BE: # %bb.0: # %entry
; PWR10BE-NEXT: xxspltw vs0, v2, 1
; PWR10BE-NEXT: li r3, 0
; PWR10BE-NEXT: xxlor v2, v2, vs0
; PWR10BE-NEXT: vextuwlx r3, r3, v2
; PWR10BE-NEXT: blr
entry:
%0 = call i32 @llvm.vector.reduce.or.v2i32(<2 x i32> %a)
ret i32 %0
}
define dso_local i32 @v4i32(<4 x i32> %a) local_unnamed_addr #0 {
; PWR9LE-LABEL: v4i32:
; PWR9LE: # %bb.0: # %entry
; PWR9LE-NEXT: xxswapd v3, v2
; PWR9LE-NEXT: li r3, 0
; PWR9LE-NEXT: xxlor vs0, v2, v3
; PWR9LE-NEXT: xxspltw vs1, vs0, 2
; PWR9LE-NEXT: xxlor v2, vs0, vs1
; PWR9LE-NEXT: vextuwrx r3, r3, v2
; PWR9LE-NEXT: blr
;
; PWR9BE-LABEL: v4i32:
; PWR9BE: # %bb.0: # %entry
; PWR9BE-NEXT: xxswapd v3, v2
; PWR9BE-NEXT: li r3, 0
; PWR9BE-NEXT: xxlor vs0, v2, v3
; PWR9BE-NEXT: xxspltw vs1, vs0, 1
; PWR9BE-NEXT: xxlor v2, vs0, vs1
; PWR9BE-NEXT: vextuwlx r3, r3, v2
; PWR9BE-NEXT: blr
;
; PWR10LE-LABEL: v4i32:
; PWR10LE: # %bb.0: # %entry
; PWR10LE-NEXT: xxswapd v3, v2
; PWR10LE-NEXT: li r3, 0
; PWR10LE-NEXT: xxlor vs0, v2, v3
; PWR10LE-NEXT: xxspltw vs0, vs0, 2
; PWR10LE-NEXT: xxeval v2, v2, v3, vs0, 127
; PWR10LE-NEXT: vextuwrx r3, r3, v2
; PWR10LE-NEXT: blr
;
; PWR10BE-LABEL: v4i32:
; PWR10BE: # %bb.0: # %entry
; PWR10BE-NEXT: xxswapd v3, v2
; PWR10BE-NEXT: li r3, 0
; PWR10BE-NEXT: xxlor vs0, v2, v3
; PWR10BE-NEXT: xxspltw vs0, vs0, 1
; PWR10BE-NEXT: xxeval v2, v2, v3, vs0, 127
; PWR10BE-NEXT: vextuwlx r3, r3, v2
; PWR10BE-NEXT: blr
entry:
%0 = call i32 @llvm.vector.reduce.or.v4i32(<4 x i32> %a)
ret i32 %0
}
define dso_local i32 @v8i32(<8 x i32> %a) local_unnamed_addr #0 {
; PWR9LE-LABEL: v8i32:
; PWR9LE: # %bb.0: # %entry
; PWR9LE-NEXT: xxlor vs0, v2, v3
; PWR9LE-NEXT: li r3, 0
; PWR9LE-NEXT: xxswapd v2, vs0
; PWR9LE-NEXT: xxlor vs0, vs0, v2
; PWR9LE-NEXT: xxspltw vs1, vs0, 2
; PWR9LE-NEXT: xxlor v2, vs0, vs1
; PWR9LE-NEXT: vextuwrx r3, r3, v2
; PWR9LE-NEXT: blr
;
; PWR9BE-LABEL: v8i32:
; PWR9BE: # %bb.0: # %entry
; PWR9BE-NEXT: xxlor vs0, v2, v3
; PWR9BE-NEXT: li r3, 0
; PWR9BE-NEXT: xxswapd v2, vs0
; PWR9BE-NEXT: xxlor vs0, vs0, v2
; PWR9BE-NEXT: xxspltw vs1, vs0, 1
; PWR9BE-NEXT: xxlor v2, vs0, vs1
; PWR9BE-NEXT: vextuwlx r3, r3, v2
; PWR9BE-NEXT: blr
;
; PWR10LE-LABEL: v8i32:
; PWR10LE: # %bb.0: # %entry
; PWR10LE-NEXT: xxlor vs0, v2, v3
; PWR10LE-NEXT: li r3, 0
; PWR10LE-NEXT: xxswapd v4, vs0
; PWR10LE-NEXT: xxeval vs1, v2, v3, v4, 127
; PWR10LE-NEXT: xxspltw vs1, vs1, 2
; PWR10LE-NEXT: xxeval v2, vs0, v4, vs1, 127
; PWR10LE-NEXT: vextuwrx r3, r3, v2
; PWR10LE-NEXT: blr
;
; PWR10BE-LABEL: v8i32:
; PWR10BE: # %bb.0: # %entry
; PWR10BE-NEXT: xxlor vs0, v2, v3
; PWR10BE-NEXT: li r3, 0
; PWR10BE-NEXT: xxswapd v4, vs0
; PWR10BE-NEXT: xxeval vs1, v2, v3, v4, 127
; PWR10BE-NEXT: xxspltw vs1, vs1, 1
; PWR10BE-NEXT: xxeval v2, vs0, v4, vs1, 127
; PWR10BE-NEXT: vextuwlx r3, r3, v2
; PWR10BE-NEXT: blr
entry:
%0 = call i32 @llvm.vector.reduce.or.v8i32(<8 x i32> %a)
ret i32 %0
}
define dso_local i32 @v16i32(<16 x i32> %a) local_unnamed_addr #0 {
; PWR9LE-LABEL: v16i32:
; PWR9LE: # %bb.0: # %entry
; PWR9LE-NEXT: xxlor vs0, v3, v5
; PWR9LE-NEXT: xxlor vs1, v2, v4
; PWR9LE-NEXT: li r3, 0
; PWR9LE-NEXT: xxlor vs0, vs1, vs0
; PWR9LE-NEXT: xxswapd v2, vs0
; PWR9LE-NEXT: xxlor vs0, vs0, v2
; PWR9LE-NEXT: xxspltw vs1, vs0, 2
; PWR9LE-NEXT: xxlor v2, vs0, vs1
; PWR9LE-NEXT: vextuwrx r3, r3, v2
; PWR9LE-NEXT: blr
;
; PWR9BE-LABEL: v16i32:
; PWR9BE: # %bb.0: # %entry
; PWR9BE-NEXT: xxlor vs0, v3, v5
; PWR9BE-NEXT: xxlor vs1, v2, v4
; PWR9BE-NEXT: li r3, 0
; PWR9BE-NEXT: xxlor vs0, vs1, vs0
; PWR9BE-NEXT: xxswapd v2, vs0
; PWR9BE-NEXT: xxlor vs0, vs0, v2
; PWR9BE-NEXT: xxspltw vs1, vs0, 1
; PWR9BE-NEXT: xxlor v2, vs0, vs1
; PWR9BE-NEXT: vextuwlx r3, r3, v2
; PWR9BE-NEXT: blr
;
; PWR10LE-LABEL: v16i32:
; PWR10LE: # %bb.0: # %entry
; PWR10LE-NEXT: xxlor vs1, v2, v4
; PWR10LE-NEXT: xxlor vs0, v3, v5
; PWR10LE-NEXT: li r3, 0
; PWR10LE-NEXT: xxeval vs2, vs1, v3, v5, 127
; PWR10LE-NEXT: xxswapd v2, vs2
; PWR10LE-NEXT: xxeval vs0, vs1, vs0, v2, 127
; PWR10LE-NEXT: xxspltw vs0, vs0, 2
; PWR10LE-NEXT: xxeval v2, vs2, v2, vs0, 127
; PWR10LE-NEXT: vextuwrx r3, r3, v2
; PWR10LE-NEXT: blr
;
; PWR10BE-LABEL: v16i32:
; PWR10BE: # %bb.0: # %entry
; PWR10BE-NEXT: xxlor vs1, v2, v4
; PWR10BE-NEXT: xxlor vs0, v3, v5
; PWR10BE-NEXT: li r3, 0
; PWR10BE-NEXT: xxeval vs2, vs1, v3, v5, 127
; PWR10BE-NEXT: xxswapd v2, vs2
; PWR10BE-NEXT: xxeval vs0, vs1, vs0, v2, 127
; PWR10BE-NEXT: xxspltw vs0, vs0, 1
; PWR10BE-NEXT: xxeval v2, vs2, v2, vs0, 127
; PWR10BE-NEXT: vextuwlx r3, r3, v2
; PWR10BE-NEXT: blr
entry:
%0 = call i32 @llvm.vector.reduce.or.v16i32(<16 x i32> %a)
ret i32 %0
}
declare i32 @llvm.vector.reduce.or.v2i32(<2 x i32>) #0
declare i32 @llvm.vector.reduce.or.v4i32(<4 x i32>) #0
declare i32 @llvm.vector.reduce.or.v8i32(<8 x i32>) #0
declare i32 @llvm.vector.reduce.or.v16i32(<16 x i32>) #0
;;
;; Vectors of type i64
;;
define dso_local i64 @v2i64(<2 x i64> %a) local_unnamed_addr #0 {
; PWR9LE-LABEL: v2i64:
; PWR9LE: # %bb.0: # %entry
; PWR9LE-NEXT: xxswapd v3, v2
; PWR9LE-NEXT: xxlor vs0, v2, v3
; PWR9LE-NEXT: mfvsrld r3, vs0
; PWR9LE-NEXT: blr
;
; PWR9BE-LABEL: v2i64:
; PWR9BE: # %bb.0: # %entry
; PWR9BE-NEXT: xxswapd v3, v2
; PWR9BE-NEXT: xxlor vs0, v2, v3
; PWR9BE-NEXT: mffprd r3, f0
; PWR9BE-NEXT: blr
;
; PWR10LE-LABEL: v2i64:
; PWR10LE: # %bb.0: # %entry
; PWR10LE-NEXT: xxswapd v3, v2
; PWR10LE-NEXT: xxlor vs0, v2, v3
; PWR10LE-NEXT: mfvsrld r3, vs0
; PWR10LE-NEXT: blr
;
; PWR10BE-LABEL: v2i64:
; PWR10BE: # %bb.0: # %entry
; PWR10BE-NEXT: xxswapd v3, v2
; PWR10BE-NEXT: xxlor vs0, v2, v3
; PWR10BE-NEXT: mffprd r3, f0
; PWR10BE-NEXT: blr
entry:
%0 = call i64 @llvm.vector.reduce.or.v2i64(<2 x i64> %a)
ret i64 %0
}
define dso_local i64 @v4i64(<4 x i64> %a) local_unnamed_addr #0 {
; PWR9LE-LABEL: v4i64:
; PWR9LE: # %bb.0: # %entry
; PWR9LE-NEXT: xxlor vs0, v2, v3
; PWR9LE-NEXT: xxswapd v2, vs0
; PWR9LE-NEXT: xxlor vs0, vs0, v2
; PWR9LE-NEXT: mfvsrld r3, vs0
; PWR9LE-NEXT: blr
;
; PWR9BE-LABEL: v4i64:
; PWR9BE: # %bb.0: # %entry
; PWR9BE-NEXT: xxlor vs0, v2, v3
; PWR9BE-NEXT: xxswapd v2, vs0
; PWR9BE-NEXT: xxlor vs0, vs0, v2
; PWR9BE-NEXT: mffprd r3, f0
; PWR9BE-NEXT: blr
;
; PWR10LE-LABEL: v4i64:
; PWR10LE: # %bb.0: # %entry
; PWR10LE-NEXT: xxlor vs0, v2, v3
; PWR10LE-NEXT: xxswapd v4, vs0
; PWR10LE-NEXT: xxeval vs0, v2, v3, v4, 127
; PWR10LE-NEXT: mfvsrld r3, vs0
; PWR10LE-NEXT: blr
;
; PWR10BE-LABEL: v4i64:
; PWR10BE: # %bb.0: # %entry
; PWR10BE-NEXT: xxlor vs0, v2, v3
; PWR10BE-NEXT: xxswapd v4, vs0
; PWR10BE-NEXT: xxeval vs0, v2, v3, v4, 127
; PWR10BE-NEXT: mffprd r3, f0
; PWR10BE-NEXT: blr
entry:
%0 = call i64 @llvm.vector.reduce.or.v4i64(<4 x i64> %a)
ret i64 %0
}
define dso_local i64 @v8i64(<8 x i64> %a) local_unnamed_addr #0 {
; PWR9LE-LABEL: v8i64:
; PWR9LE: # %bb.0: # %entry
; PWR9LE-NEXT: xxlor vs0, v3, v5
; PWR9LE-NEXT: xxlor vs1, v2, v4
; PWR9LE-NEXT: xxlor vs0, vs1, vs0
; PWR9LE-NEXT: xxswapd v2, vs0
; PWR9LE-NEXT: xxlor vs0, vs0, v2
; PWR9LE-NEXT: mfvsrld r3, vs0
; PWR9LE-NEXT: blr
;
; PWR9BE-LABEL: v8i64:
; PWR9BE: # %bb.0: # %entry
; PWR9BE-NEXT: xxlor vs0, v3, v5
; PWR9BE-NEXT: xxlor vs1, v2, v4
; PWR9BE-NEXT: xxlor vs0, vs1, vs0
; PWR9BE-NEXT: xxswapd v2, vs0
; PWR9BE-NEXT: xxlor vs0, vs0, v2
; PWR9BE-NEXT: mffprd r3, f0
; PWR9BE-NEXT: blr
;
; PWR10LE-LABEL: v8i64:
; PWR10LE: # %bb.0: # %entry
; PWR10LE-NEXT: xxlor vs1, v2, v4
; PWR10LE-NEXT: xxlor vs0, v3, v5
; PWR10LE-NEXT: xxeval vs2, vs1, v3, v5, 127
; PWR10LE-NEXT: xxswapd v2, vs2
; PWR10LE-NEXT: xxeval vs0, vs1, vs0, v2, 127
; PWR10LE-NEXT: mfvsrld r3, vs0
; PWR10LE-NEXT: blr
;
; PWR10BE-LABEL: v8i64:
; PWR10BE: # %bb.0: # %entry
; PWR10BE-NEXT: xxlor vs1, v2, v4
; PWR10BE-NEXT: xxlor vs0, v3, v5
; PWR10BE-NEXT: xxeval vs2, vs1, v3, v5, 127
; PWR10BE-NEXT: xxswapd v2, vs2
; PWR10BE-NEXT: xxeval vs0, vs1, vs0, v2, 127
; PWR10BE-NEXT: mffprd r3, f0
; PWR10BE-NEXT: blr
entry:
%0 = call i64 @llvm.vector.reduce.or.v8i64(<8 x i64> %a)
ret i64 %0
}
define dso_local i64 @v16i64(<16 x i64> %a) local_unnamed_addr #0 {
; PWR9LE-LABEL: v16i64:
; PWR9LE: # %bb.0: # %entry
; PWR9LE-NEXT: xxlor vs0, v4, v8
; PWR9LE-NEXT: xxlor vs1, v2, v6
; PWR9LE-NEXT: xxlor vs2, v5, v9
; PWR9LE-NEXT: xxlor vs3, v3, v7
; PWR9LE-NEXT: xxlor vs2, vs3, vs2
; PWR9LE-NEXT: xxlor vs0, vs1, vs0
; PWR9LE-NEXT: xxlor vs0, vs0, vs2
; PWR9LE-NEXT: xxswapd v2, vs0
; PWR9LE-NEXT: xxlor vs0, vs0, v2
; PWR9LE-NEXT: mfvsrld r3, vs0
; PWR9LE-NEXT: blr
;
; PWR9BE-LABEL: v16i64:
; PWR9BE: # %bb.0: # %entry
; PWR9BE-NEXT: xxlor vs0, v4, v8
; PWR9BE-NEXT: xxlor vs1, v2, v6
; PWR9BE-NEXT: xxlor vs2, v5, v9
; PWR9BE-NEXT: xxlor vs3, v3, v7
; PWR9BE-NEXT: xxlor vs2, vs3, vs2
; PWR9BE-NEXT: xxlor vs0, vs1, vs0
; PWR9BE-NEXT: xxlor vs0, vs0, vs2
; PWR9BE-NEXT: xxswapd v2, vs0
; PWR9BE-NEXT: xxlor vs0, vs0, v2
; PWR9BE-NEXT: mffprd r3, f0
; PWR9BE-NEXT: blr
;
; PWR10LE-LABEL: v16i64:
; PWR10LE: # %bb.0: # %entry
; PWR10LE-NEXT: xxlor vs1, v2, v6
; PWR10LE-NEXT: xxlor vs0, v5, v9
; PWR10LE-NEXT: xxlor vs2, v3, v7
; PWR10LE-NEXT: xxeval vs1, vs1, v4, v8, 127
; PWR10LE-NEXT: xxeval vs3, vs2, v5, v9, 127
; PWR10LE-NEXT: xxeval vs0, vs1, vs2, vs0, 127
; PWR10LE-NEXT: xxswapd v2, vs0
; PWR10LE-NEXT: xxeval vs0, vs1, vs3, v2, 127
; PWR10LE-NEXT: mfvsrld r3, vs0
; PWR10LE-NEXT: blr
;
; PWR10BE-LABEL: v16i64:
; PWR10BE: # %bb.0: # %entry
; PWR10BE-NEXT: xxlor vs1, v2, v6
; PWR10BE-NEXT: xxlor vs0, v5, v9
; PWR10BE-NEXT: xxlor vs2, v3, v7
; PWR10BE-NEXT: xxeval vs1, vs1, v4, v8, 127
; PWR10BE-NEXT: xxeval vs3, vs2, v5, v9, 127
; PWR10BE-NEXT: xxeval vs0, vs1, vs2, vs0, 127
; PWR10BE-NEXT: xxswapd v2, vs0
; PWR10BE-NEXT: xxeval vs0, vs1, vs3, v2, 127
; PWR10BE-NEXT: mffprd r3, f0
; PWR10BE-NEXT: blr
entry:
%0 = call i64 @llvm.vector.reduce.or.v16i64(<16 x i64> %a)
ret i64 %0
}
declare i64 @llvm.vector.reduce.or.v2i64(<2 x i64>) #0
declare i64 @llvm.vector.reduce.or.v4i64(<4 x i64>) #0
declare i64 @llvm.vector.reduce.or.v8i64(<8 x i64>) #0
declare i64 @llvm.vector.reduce.or.v16i64(<16 x i64>) #0
attributes #0 = { nounwind }
|