1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 < %s | FileCheck %s
3 ; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sme < %s | FileCheck %s
9 define <vscale x 16 x i8> @shrnb_h(<vscale x 8 x i16> %a) {
10 ; CHECK-LABEL: shrnb_h:
12 ; CHECK-NEXT: shrnb z0.b, z0.h, #8
14 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.shrnb.nxv8i16(<vscale x 8 x i16> %a,
16 ret <vscale x 16 x i8> %out
19 define <vscale x 8 x i16> @shrnb_s(<vscale x 4 x i32> %a) {
20 ; CHECK-LABEL: shrnb_s:
22 ; CHECK-NEXT: shrnb z0.h, z0.s, #16
24 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.shrnb.nxv4i32(<vscale x 4 x i32> %a,
26 ret <vscale x 8 x i16> %out
29 define <vscale x 4 x i32> @shrnb_d(<vscale x 2 x i64> %a) {
30 ; CHECK-LABEL: shrnb_d:
32 ; CHECK-NEXT: shrnb z0.s, z0.d, #32
34 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.shrnb.nxv2i64(<vscale x 2 x i64> %a,
36 ret <vscale x 4 x i32> %out
43 define <vscale x 16 x i8> @rshrnb_h(<vscale x 8 x i16> %a) {
44 ; CHECK-LABEL: rshrnb_h:
46 ; CHECK-NEXT: rshrnb z0.b, z0.h, #2
48 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.rshrnb.nxv8i16(<vscale x 8 x i16> %a,
50 ret <vscale x 16 x i8> %out
53 define <vscale x 8 x i16> @rshrnb_s(<vscale x 4 x i32> %a) {
54 ; CHECK-LABEL: rshrnb_s:
56 ; CHECK-NEXT: rshrnb z0.h, z0.s, #2
58 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.rshrnb.nxv4i32(<vscale x 4 x i32> %a,
60 ret <vscale x 8 x i16> %out
63 define <vscale x 4 x i32> @rshrnb_d(<vscale x 2 x i64> %a) {
64 ; CHECK-LABEL: rshrnb_d:
66 ; CHECK-NEXT: rshrnb z0.s, z0.d, #2
68 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.rshrnb.nxv2i64(<vscale x 2 x i64> %a,
70 ret <vscale x 4 x i32> %out
77 define <vscale x 16 x i8> @uqshrnb_h(<vscale x 8 x i16> %a) {
78 ; CHECK-LABEL: uqshrnb_h:
80 ; CHECK-NEXT: uqshrnb z0.b, z0.h, #1
82 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.uqshrnb.nxv8i16(<vscale x 8 x i16> %a,
84 ret <vscale x 16 x i8> %out
87 define <vscale x 8 x i16> @uqshrnb_s(<vscale x 4 x i32> %a) {
88 ; CHECK-LABEL: uqshrnb_s:
90 ; CHECK-NEXT: uqshrnb z0.h, z0.s, #1
92 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.uqshrnb.nxv4i32(<vscale x 4 x i32> %a,
94 ret <vscale x 8 x i16> %out
97 define <vscale x 4 x i32> @uqshrnb_d(<vscale x 2 x i64> %a) {
98 ; CHECK-LABEL: uqshrnb_d:
100 ; CHECK-NEXT: uqshrnb z0.s, z0.d, #1
102 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.uqshrnb.nxv2i64(<vscale x 2 x i64> %a,
104 ret <vscale x 4 x i32> %out
111 define <vscale x 16 x i8> @sqshrnb_h(<vscale x 8 x i16> %a) {
112 ; CHECK-LABEL: sqshrnb_h:
114 ; CHECK-NEXT: sqshrnb z0.b, z0.h, #1
116 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.sqshrnb.nxv8i16(<vscale x 8 x i16> %a,
118 ret <vscale x 16 x i8> %out
121 define <vscale x 8 x i16> @sqshrnb_s(<vscale x 4 x i32> %a) {
122 ; CHECK-LABEL: sqshrnb_s:
124 ; CHECK-NEXT: sqshrnb z0.h, z0.s, #1
126 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.sqshrnb.nxv4i32(<vscale x 4 x i32> %a,
128 ret <vscale x 8 x i16> %out
131 define <vscale x 4 x i32> @sqshrnb_d(<vscale x 2 x i64> %a) {
132 ; CHECK-LABEL: sqshrnb_d:
134 ; CHECK-NEXT: sqshrnb z0.s, z0.d, #1
136 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.sqshrnb.nxv2i64(<vscale x 2 x i64> %a,
138 ret <vscale x 4 x i32> %out
145 define <vscale x 16 x i8> @sqshrunb_h(<vscale x 8 x i16> %a) {
146 ; CHECK-LABEL: sqshrunb_h:
148 ; CHECK-NEXT: sqshrunb z0.b, z0.h, #7
150 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.sqshrunb.nxv8i16(<vscale x 8 x i16> %a,
152 ret <vscale x 16 x i8> %out
155 define <vscale x 8 x i16> @sqshrunb_s(<vscale x 4 x i32> %a) {
156 ; CHECK-LABEL: sqshrunb_s:
158 ; CHECK-NEXT: sqshrunb z0.h, z0.s, #15
160 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.sqshrunb.nxv4i32(<vscale x 4 x i32> %a,
162 ret <vscale x 8 x i16> %out
165 define <vscale x 4 x i32> @sqshrunb_d(<vscale x 2 x i64> %a) {
166 ; CHECK-LABEL: sqshrunb_d:
168 ; CHECK-NEXT: sqshrunb z0.s, z0.d, #31
170 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.sqshrunb.nxv2i64(<vscale x 2 x i64> %a,
172 ret <vscale x 4 x i32> %out
179 define <vscale x 16 x i8> @uqrshrnb_h(<vscale x 8 x i16> %a) {
180 ; CHECK-LABEL: uqrshrnb_h:
182 ; CHECK-NEXT: uqrshrnb z0.b, z0.h, #2
184 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.uqrshrnb.nxv8i16(<vscale x 8 x i16> %a,
186 ret <vscale x 16 x i8> %out
189 define <vscale x 8 x i16> @uqrshrnb_s(<vscale x 4 x i32> %a) {
190 ; CHECK-LABEL: uqrshrnb_s:
192 ; CHECK-NEXT: uqrshrnb z0.h, z0.s, #2
194 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.uqrshrnb.nxv4i32(<vscale x 4 x i32> %a,
196 ret <vscale x 8 x i16> %out
199 define <vscale x 4 x i32> @uqrshrnb_d(<vscale x 2 x i64> %a) {
200 ; CHECK-LABEL: uqrshrnb_d:
202 ; CHECK-NEXT: uqrshrnb z0.s, z0.d, #2
204 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.uqrshrnb.nxv2i64(<vscale x 2 x i64> %a,
206 ret <vscale x 4 x i32> %out
213 define <vscale x 16 x i8> @sqrshrnb_h(<vscale x 8 x i16> %a) {
214 ; CHECK-LABEL: sqrshrnb_h:
216 ; CHECK-NEXT: sqrshrnb z0.b, z0.h, #2
218 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.sqrshrnb.nxv8i16(<vscale x 8 x i16> %a,
220 ret <vscale x 16 x i8> %out
223 define <vscale x 8 x i16> @sqrshrnb_s(<vscale x 4 x i32> %a) {
224 ; CHECK-LABEL: sqrshrnb_s:
226 ; CHECK-NEXT: sqrshrnb z0.h, z0.s, #2
228 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.sqrshrnb.nxv4i32(<vscale x 4 x i32> %a,
230 ret <vscale x 8 x i16> %out
233 define <vscale x 4 x i32> @sqrshrnb_d(<vscale x 2 x i64> %a) {
234 ; CHECK-LABEL: sqrshrnb_d:
236 ; CHECK-NEXT: sqrshrnb z0.s, z0.d, #2
238 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.sqrshrnb.nxv2i64(<vscale x 2 x i64> %a,
240 ret <vscale x 4 x i32> %out
247 define <vscale x 16 x i8> @sqrshrunb_h(<vscale x 8 x i16> %a) {
248 ; CHECK-LABEL: sqrshrunb_h:
250 ; CHECK-NEXT: sqrshrunb z0.b, z0.h, #6
252 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.sqrshrunb.nxv8i16(<vscale x 8 x i16> %a,
254 ret <vscale x 16 x i8> %out
257 define <vscale x 8 x i16> @sqrshrunb_s(<vscale x 4 x i32> %a) {
258 ; CHECK-LABEL: sqrshrunb_s:
260 ; CHECK-NEXT: sqrshrunb z0.h, z0.s, #14
262 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.sqrshrunb.nxv4i32(<vscale x 4 x i32> %a,
264 ret <vscale x 8 x i16> %out
267 define <vscale x 4 x i32> @sqrshrunb_d(<vscale x 2 x i64> %a) {
268 ; CHECK-LABEL: sqrshrunb_d:
270 ; CHECK-NEXT: sqrshrunb z0.s, z0.d, #30
272 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.sqrshrunb.nxv2i64(<vscale x 2 x i64> %a,
274 ret <vscale x 4 x i32> %out
281 define <vscale x 16 x i8> @shrnt_h(<vscale x 16 x i8> %a, <vscale x 8 x i16> %b) {
282 ; CHECK-LABEL: shrnt_h:
284 ; CHECK-NEXT: shrnt z0.b, z1.h, #3
286 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.shrnt.nxv8i16(<vscale x 16 x i8> %a,
287 <vscale x 8 x i16> %b,
289 ret <vscale x 16 x i8> %out
292 define <vscale x 8 x i16> @shrnt_s(<vscale x 8 x i16> %a, <vscale x 4 x i32> %b) {
293 ; CHECK-LABEL: shrnt_s:
295 ; CHECK-NEXT: shrnt z0.h, z1.s, #3
297 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.shrnt.nxv4i32(<vscale x 8 x i16> %a,
298 <vscale x 4 x i32> %b,
300 ret <vscale x 8 x i16> %out
303 define <vscale x 4 x i32> @shrnt_d(<vscale x 4 x i32> %a, <vscale x 2 x i64> %b) {
304 ; CHECK-LABEL: shrnt_d:
306 ; CHECK-NEXT: shrnt z0.s, z1.d, #3
308 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.shrnt.nxv2i64(<vscale x 4 x i32> %a,
309 <vscale x 2 x i64> %b,
311 ret <vscale x 4 x i32> %out
318 define <vscale x 16 x i8> @rshrnt_h(<vscale x 16 x i8> %a, <vscale x 8 x i16> %b) {
319 ; CHECK-LABEL: rshrnt_h:
321 ; CHECK-NEXT: rshrnt z0.b, z1.h, #1
323 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.rshrnt.nxv8i16(<vscale x 16 x i8> %a,
324 <vscale x 8 x i16> %b,
326 ret <vscale x 16 x i8> %out
329 define <vscale x 8 x i16> @rshrnt_s(<vscale x 8 x i16> %a, <vscale x 4 x i32> %b) {
330 ; CHECK-LABEL: rshrnt_s:
332 ; CHECK-NEXT: rshrnt z0.h, z1.s, #5
334 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.rshrnt.nxv4i32(<vscale x 8 x i16> %a,
335 <vscale x 4 x i32> %b,
337 ret <vscale x 8 x i16> %out
340 define <vscale x 4 x i32> @rshrnt_d(<vscale x 4 x i32> %a, <vscale x 2 x i64> %b) {
341 ; CHECK-LABEL: rshrnt_d:
343 ; CHECK-NEXT: rshrnt z0.s, z1.d, #5
345 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.rshrnt.nxv2i64(<vscale x 4 x i32> %a,
346 <vscale x 2 x i64> %b,
348 ret <vscale x 4 x i32> %out
355 define <vscale x 16 x i8> @uqshrnt_h(<vscale x 16 x i8> %a, <vscale x 8 x i16> %b) {
356 ; CHECK-LABEL: uqshrnt_h:
358 ; CHECK-NEXT: uqshrnt z0.b, z1.h, #5
360 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.uqshrnt.nxv8i16(<vscale x 16 x i8> %a,
361 <vscale x 8 x i16> %b,
363 ret <vscale x 16 x i8> %out
366 define <vscale x 8 x i16> @uqshrnt_s(<vscale x 8 x i16> %a, <vscale x 4 x i32> %b) {
367 ; CHECK-LABEL: uqshrnt_s:
369 ; CHECK-NEXT: uqshrnt z0.h, z1.s, #13
371 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.uqshrnt.nxv4i32(<vscale x 8 x i16> %a,
372 <vscale x 4 x i32> %b,
374 ret <vscale x 8 x i16> %out
377 define <vscale x 4 x i32> @uqshrnt_d(<vscale x 4 x i32> %a, <vscale x 2 x i64> %b) {
378 ; CHECK-LABEL: uqshrnt_d:
380 ; CHECK-NEXT: uqshrnt z0.s, z1.d, #29
382 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.uqshrnt.nxv2i64(<vscale x 4 x i32> %a,
383 <vscale x 2 x i64> %b,
385 ret <vscale x 4 x i32> %out
392 define <vscale x 16 x i8> @sqshrnt_h(<vscale x 16 x i8> %a, <vscale x 8 x i16> %b) {
393 ; CHECK-LABEL: sqshrnt_h:
395 ; CHECK-NEXT: sqshrnt z0.b, z1.h, #5
397 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.sqshrnt.nxv8i16(<vscale x 16 x i8> %a,
398 <vscale x 8 x i16> %b,
400 ret <vscale x 16 x i8> %out
403 define <vscale x 8 x i16> @sqshrnt_s(<vscale x 8 x i16> %a, <vscale x 4 x i32> %b) {
404 ; CHECK-LABEL: sqshrnt_s:
406 ; CHECK-NEXT: sqshrnt z0.h, z1.s, #13
408 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.sqshrnt.nxv4i32(<vscale x 8 x i16> %a,
409 <vscale x 4 x i32> %b,
411 ret <vscale x 8 x i16> %out
414 define <vscale x 4 x i32> @sqshrnt_d(<vscale x 4 x i32> %a, <vscale x 2 x i64> %b) {
415 ; CHECK-LABEL: sqshrnt_d:
417 ; CHECK-NEXT: sqshrnt z0.s, z1.d, #29
419 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.sqshrnt.nxv2i64(<vscale x 4 x i32> %a,
420 <vscale x 2 x i64> %b,
422 ret <vscale x 4 x i32> %out
429 define <vscale x 16 x i8> @sqshrunt_h(<vscale x 16 x i8> %a, <vscale x 8 x i16> %b) {
430 ; CHECK-LABEL: sqshrunt_h:
432 ; CHECK-NEXT: sqshrunt z0.b, z1.h, #4
434 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.sqshrunt.nxv8i16(<vscale x 16 x i8> %a,
435 <vscale x 8 x i16> %b,
437 ret <vscale x 16 x i8> %out
440 define <vscale x 8 x i16> @sqshrunt_s(<vscale x 8 x i16> %a, <vscale x 4 x i32> %b) {
441 ; CHECK-LABEL: sqshrunt_s:
443 ; CHECK-NEXT: sqshrunt z0.h, z1.s, #4
445 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.sqshrunt.nxv4i32(<vscale x 8 x i16> %a,
446 <vscale x 4 x i32> %b,
448 ret <vscale x 8 x i16> %out
451 define <vscale x 4 x i32> @sqshrunt_d(<vscale x 4 x i32> %a, <vscale x 2 x i64> %b) {
452 ; CHECK-LABEL: sqshrunt_d:
454 ; CHECK-NEXT: sqshrunt z0.s, z1.d, #4
456 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.sqshrunt.nxv2i64(<vscale x 4 x i32> %a,
457 <vscale x 2 x i64> %b,
459 ret <vscale x 4 x i32> %out
466 define <vscale x 16 x i8> @uqrshrnt_h(<vscale x 16 x i8> %a, <vscale x 8 x i16> %b) {
467 ; CHECK-LABEL: uqrshrnt_h:
469 ; CHECK-NEXT: uqrshrnt z0.b, z1.h, #8
471 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.uqrshrnt.nxv8i16(<vscale x 16 x i8> %a,
472 <vscale x 8 x i16> %b,
474 ret <vscale x 16 x i8> %out
477 define <vscale x 8 x i16> @uqrshrnt_s(<vscale x 8 x i16> %a, <vscale x 4 x i32> %b) {
478 ; CHECK-LABEL: uqrshrnt_s:
480 ; CHECK-NEXT: uqrshrnt z0.h, z1.s, #12
482 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.uqrshrnt.nxv4i32(<vscale x 8 x i16> %a,
483 <vscale x 4 x i32> %b,
485 ret <vscale x 8 x i16> %out
488 define <vscale x 4 x i32> @uqrshrnt_d(<vscale x 4 x i32> %a, <vscale x 2 x i64> %b) {
489 ; CHECK-LABEL: uqrshrnt_d:
491 ; CHECK-NEXT: uqrshrnt z0.s, z1.d, #28
493 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.uqrshrnt.nxv2i64(<vscale x 4 x i32> %a,
494 <vscale x 2 x i64> %b,
496 ret <vscale x 4 x i32> %out
503 define <vscale x 16 x i8> @sqrshrnt_h(<vscale x 16 x i8> %a, <vscale x 8 x i16> %b) {
504 ; CHECK-LABEL: sqrshrnt_h:
506 ; CHECK-NEXT: sqrshrnt z0.b, z1.h, #8
508 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.sqrshrnt.nxv8i16(<vscale x 16 x i8> %a,
509 <vscale x 8 x i16> %b,
511 ret <vscale x 16 x i8> %out
514 define <vscale x 8 x i16> @sqrshrnt_s(<vscale x 8 x i16> %a, <vscale x 4 x i32> %b) {
515 ; CHECK-LABEL: sqrshrnt_s:
517 ; CHECK-NEXT: sqrshrnt z0.h, z1.s, #12
519 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.sqrshrnt.nxv4i32(<vscale x 8 x i16> %a,
520 <vscale x 4 x i32> %b,
522 ret <vscale x 8 x i16> %out
525 define <vscale x 4 x i32> @sqrshrnt_d(<vscale x 4 x i32> %a, <vscale x 2 x i64> %b) {
526 ; CHECK-LABEL: sqrshrnt_d:
528 ; CHECK-NEXT: sqrshrnt z0.s, z1.d, #28
530 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.sqrshrnt.nxv2i64(<vscale x 4 x i32> %a,
531 <vscale x 2 x i64> %b,
533 ret <vscale x 4 x i32> %out
540 define <vscale x 16 x i8> @sqrshrunt_h(<vscale x 16 x i8> %a, <vscale x 8 x i16> %b) {
541 ; CHECK-LABEL: sqrshrunt_h:
543 ; CHECK-NEXT: sqrshrunt z0.b, z1.h, #1
545 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.sqrshrunt.nxv8i16(<vscale x 16 x i8> %a,
546 <vscale x 8 x i16> %b,
548 ret <vscale x 16 x i8> %out
551 define <vscale x 8 x i16> @sqrshrunt_s(<vscale x 8 x i16> %a, <vscale x 4 x i32> %b) {
552 ; CHECK-LABEL: sqrshrunt_s:
554 ; CHECK-NEXT: sqrshrunt z0.h, z1.s, #5
556 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.sqrshrunt.nxv4i32(<vscale x 8 x i16> %a,
557 <vscale x 4 x i32> %b,
559 ret <vscale x 8 x i16> %out
562 define <vscale x 4 x i32> @sqrshrunt_d(<vscale x 4 x i32> %a, <vscale x 2 x i64> %b) {
563 ; CHECK-LABEL: sqrshrunt_d:
565 ; CHECK-NEXT: sqrshrunt z0.s, z1.d, #5
567 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.sqrshrunt.nxv2i64(<vscale x 4 x i32> %a,
568 <vscale x 2 x i64> %b,
570 ret <vscale x 4 x i32> %out
573 declare <vscale x 16 x i8> @llvm.aarch64.sve.shrnb.nxv8i16(<vscale x 8 x i16>, i32)
574 declare <vscale x 8 x i16> @llvm.aarch64.sve.shrnb.nxv4i32(<vscale x 4 x i32>, i32)
575 declare <vscale x 4 x i32> @llvm.aarch64.sve.shrnb.nxv2i64(<vscale x 2 x i64>, i32)
577 declare <vscale x 16 x i8> @llvm.aarch64.sve.rshrnb.nxv8i16(<vscale x 8 x i16>, i32)
578 declare <vscale x 8 x i16> @llvm.aarch64.sve.rshrnb.nxv4i32(<vscale x 4 x i32>, i32)
579 declare <vscale x 4 x i32> @llvm.aarch64.sve.rshrnb.nxv2i64(<vscale x 2 x i64>, i32)
581 declare <vscale x 16 x i8> @llvm.aarch64.sve.uqshrnb.nxv8i16(<vscale x 8 x i16>, i32)
582 declare <vscale x 8 x i16> @llvm.aarch64.sve.uqshrnb.nxv4i32(<vscale x 4 x i32>, i32)
583 declare <vscale x 4 x i32> @llvm.aarch64.sve.uqshrnb.nxv2i64(<vscale x 2 x i64>, i32)
585 declare <vscale x 16 x i8> @llvm.aarch64.sve.sqshrnb.nxv8i16(<vscale x 8 x i16>, i32)
586 declare <vscale x 8 x i16> @llvm.aarch64.sve.sqshrnb.nxv4i32(<vscale x 4 x i32>, i32)
587 declare <vscale x 4 x i32> @llvm.aarch64.sve.sqshrnb.nxv2i64(<vscale x 2 x i64>, i32)
589 declare <vscale x 16 x i8> @llvm.aarch64.sve.uqrshrnb.nxv8i16(<vscale x 8 x i16>, i32)
590 declare <vscale x 8 x i16> @llvm.aarch64.sve.uqrshrnb.nxv4i32(<vscale x 4 x i32>, i32)
591 declare <vscale x 4 x i32> @llvm.aarch64.sve.uqrshrnb.nxv2i64(<vscale x 2 x i64>, i32)
593 declare <vscale x 16 x i8> @llvm.aarch64.sve.sqrshrnb.nxv8i16(<vscale x 8 x i16>, i32)
594 declare <vscale x 8 x i16> @llvm.aarch64.sve.sqrshrnb.nxv4i32(<vscale x 4 x i32>, i32)
595 declare <vscale x 4 x i32> @llvm.aarch64.sve.sqrshrnb.nxv2i64(<vscale x 2 x i64>, i32)
597 declare <vscale x 16 x i8> @llvm.aarch64.sve.sqshrunb.nxv8i16(<vscale x 8 x i16>, i32)
598 declare <vscale x 8 x i16> @llvm.aarch64.sve.sqshrunb.nxv4i32(<vscale x 4 x i32>, i32)
599 declare <vscale x 4 x i32> @llvm.aarch64.sve.sqshrunb.nxv2i64(<vscale x 2 x i64>, i32)
601 declare <vscale x 16 x i8> @llvm.aarch64.sve.sqrshrunb.nxv8i16(<vscale x 8 x i16>, i32)
602 declare <vscale x 8 x i16> @llvm.aarch64.sve.sqrshrunb.nxv4i32(<vscale x 4 x i32>, i32)
603 declare <vscale x 4 x i32> @llvm.aarch64.sve.sqrshrunb.nxv2i64(<vscale x 2 x i64>, i32)
605 declare <vscale x 16 x i8> @llvm.aarch64.sve.shrnt.nxv8i16(<vscale x 16 x i8>, <vscale x 8 x i16>, i32)
606 declare <vscale x 8 x i16> @llvm.aarch64.sve.shrnt.nxv4i32(<vscale x 8 x i16>, <vscale x 4 x i32>, i32)
607 declare <vscale x 4 x i32> @llvm.aarch64.sve.shrnt.nxv2i64(<vscale x 4 x i32>, <vscale x 2 x i64>, i32)
609 declare <vscale x 16 x i8> @llvm.aarch64.sve.rshrnt.nxv8i16(<vscale x 16 x i8>, <vscale x 8 x i16>, i32)
610 declare <vscale x 8 x i16> @llvm.aarch64.sve.rshrnt.nxv4i32(<vscale x 8 x i16>, <vscale x 4 x i32>, i32)
611 declare <vscale x 4 x i32> @llvm.aarch64.sve.rshrnt.nxv2i64(<vscale x 4 x i32>, <vscale x 2 x i64>, i32)
613 declare <vscale x 16 x i8> @llvm.aarch64.sve.uqshrnt.nxv8i16(<vscale x 16 x i8>, <vscale x 8 x i16>, i32)
614 declare <vscale x 8 x i16> @llvm.aarch64.sve.uqshrnt.nxv4i32(<vscale x 8 x i16>, <vscale x 4 x i32>, i32)
615 declare <vscale x 4 x i32> @llvm.aarch64.sve.uqshrnt.nxv2i64(<vscale x 4 x i32>, <vscale x 2 x i64>, i32)
617 declare <vscale x 16 x i8> @llvm.aarch64.sve.sqshrnt.nxv8i16(<vscale x 16 x i8>, <vscale x 8 x i16>, i32)
618 declare <vscale x 8 x i16> @llvm.aarch64.sve.sqshrnt.nxv4i32(<vscale x 8 x i16>, <vscale x 4 x i32>, i32)
619 declare <vscale x 4 x i32> @llvm.aarch64.sve.sqshrnt.nxv2i64(<vscale x 4 x i32>, <vscale x 2 x i64>, i32)
621 declare <vscale x 16 x i8> @llvm.aarch64.sve.sqshrunt.nxv8i16(<vscale x 16 x i8>, <vscale x 8 x i16>, i32)
622 declare <vscale x 8 x i16> @llvm.aarch64.sve.sqshrunt.nxv4i32(<vscale x 8 x i16>, <vscale x 4 x i32>, i32)
623 declare <vscale x 4 x i32> @llvm.aarch64.sve.sqshrunt.nxv2i64(<vscale x 4 x i32>, <vscale x 2 x i64>, i32)
625 declare <vscale x 16 x i8> @llvm.aarch64.sve.uqrshrnt.nxv8i16(<vscale x 16 x i8>, <vscale x 8 x i16>, i32)
626 declare <vscale x 8 x i16> @llvm.aarch64.sve.uqrshrnt.nxv4i32(<vscale x 8 x i16>, <vscale x 4 x i32>, i32)
627 declare <vscale x 4 x i32> @llvm.aarch64.sve.uqrshrnt.nxv2i64(<vscale x 4 x i32>, <vscale x 2 x i64>, i32)
629 declare <vscale x 16 x i8> @llvm.aarch64.sve.sqrshrnt.nxv8i16(<vscale x 16 x i8>, <vscale x 8 x i16>, i32)
630 declare <vscale x 8 x i16> @llvm.aarch64.sve.sqrshrnt.nxv4i32(<vscale x 8 x i16>, <vscale x 4 x i32>, i32)
631 declare <vscale x 4 x i32> @llvm.aarch64.sve.sqrshrnt.nxv2i64(<vscale x 4 x i32>, <vscale x 2 x i64>, i32)
633 declare <vscale x 16 x i8> @llvm.aarch64.sve.sqrshrunt.nxv8i16(<vscale x 16 x i8>, <vscale x 8 x i16>, i32)
634 declare <vscale x 8 x i16> @llvm.aarch64.sve.sqrshrunt.nxv4i32(<vscale x 8 x i16>, <vscale x 4 x i32>, i32)
635 declare <vscale x 4 x i32> @llvm.aarch64.sve.sqrshrunt.nxv2i64(<vscale x 4 x i32>, <vscale x 2 x i64>, i32)