Home
last modified time | relevance | path

Searched refs:v32hi (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Davx512f-pr94680.c11 typedef short v32hi __attribute__ ((vector_size (64))); typedef
78 v32hi
79 foo_v32hi (v32hi x) in foo_v32hi()
81 return __builtin_shuffle (x, (v32hi) { 0, 0, 0, 0, 0, 0, 0, 0, in foo_v32hi()
85 (v32hi) { 0, 1, 2, 3, 4, 5, 6, 7, in foo_v32hi()
91 v32hi
92 foo_v32hi_l (v32hi x) in foo_v32hi_l()
94 return __builtin_shuffle ((v32hi) { 0, 0, 0, 0, 0, 0, 0, 0, in foo_v32hi_l()
98 (v32hi) { 32, 33, 34, 35, 36, 37, 38, 39, in foo_v32hi_l()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Duzp2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
249 v32hi
250 hi_uzp2_d (v32hi x) in hi_uzp2_d()
252 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hi_uzp2_d()
271 v32hi
272 hi_uzp2_d_two_op (v32hi x, v32hi y) in hi_uzp2_d_two_op()
274 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1) }); in hi_uzp2_d_two_op()
288 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hf_uzp2_d()
310 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1) }); in hf_uzp2_d_two_op()
324 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in bf_uzp2_d()
[all …]
H A Duzp1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
249 v32hi
250 hi_uzp1_d (v32hi x) in hi_uzp1_d()
252 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in hi_uzp1_d()
271 v32hi
272 hi_uzp1_d_two_op (v32hi x, v32hi y) in hi_uzp1_d_two_op()
274 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0) }); in hi_uzp1_d_two_op()
288 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in hf_uzp1_d()
310 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0) }); in hf_uzp1_d_two_op()
324 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in bf_uzp1_d()
[all …]
H A Ddup_lane_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
201 v32hi
202 hi_dup_d_1 (v32hi x) in hi_dup_d_1()
204 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hi_dup_d_1()
215 v32hi
216 hi_dup_d_7 (v32hi x) in hi_dup_d_7()
218 return __builtin_shuffle (x, x, (v32hi) { PERM4 (7) }); in hi_dup_d_7()
232 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hf_dup_d_1()
246 return __builtin_shuffle (x, x, (v32hi) { PERM4 (5) }); in hf_dup_d_5()
260 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in bf_dup_d_1()
[all …]
H A Dtrn1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_trn1_d (v32hi x) in hi_trn1_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hi_trn1_d()
299 v32hi
300 hi_trn1_d_two_op (v32hi x, v32hi y) in hi_trn1_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hi_trn1_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hf_trn1_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hf_trn1_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in bf_trn1_d()
[all …]
H A Dtrn2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_trn2_d (v32hi x) in hi_trn2_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1, 32) }); in hi_trn2_d()
299 v32hi
300 hi_trn2_d_two_op (v32hi x, v32hi y) in hi_trn2_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1, 32) }); in hi_trn2_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1, 32) }); in hf_trn2_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1, 32) }); in hf_trn2_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1, 32) }); in bf_trn2_d()
[all …]
H A Dzip2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_zip2_d (v32hi x) in hi_zip2_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (16, 32) }); in hi_zip2_d()
299 v32hi
300 hi_zip2_d_two_op (v32hi x, v32hi y) in hi_zip2_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (16, 32) }); in hi_zip2_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (16, 32) }); in hf_zip2_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (16, 32) }); in hf_zip2_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (16, 32) }); in bf_zip2_d()
[all …]
H A Dzip1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_zip1_d (v32hi x) in hi_zip1_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hi_zip1_d()
299 v32hi
300 hi_zip1_d_two_op (v32hi x, v32hi y) in hi_zip1_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hi_zip1_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hf_zip1_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hf_zip1_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in bf_zip1_d()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/aarch64/sve/
H A Duzp2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
249 v32hi
250 hi_uzp2_d (v32hi x) in hi_uzp2_d()
252 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hi_uzp2_d()
271 v32hi
272 hi_uzp2_d_two_op (v32hi x, v32hi y) in hi_uzp2_d_two_op()
274 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1) }); in hi_uzp2_d_two_op()
288 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hf_uzp2_d()
310 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1) }); in hf_uzp2_d_two_op()
324 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in bf_uzp2_d()
[all …]
H A Duzp1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
249 v32hi
250 hi_uzp1_d (v32hi x) in hi_uzp1_d()
252 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in hi_uzp1_d()
271 v32hi
272 hi_uzp1_d_two_op (v32hi x, v32hi y) in hi_uzp1_d_two_op()
274 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0) }); in hi_uzp1_d_two_op()
288 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in hf_uzp1_d()
310 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0) }); in hf_uzp1_d_two_op()
324 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in bf_uzp1_d()
[all …]
H A Ddup_lane_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
201 v32hi
202 hi_dup_d_1 (v32hi x) in hi_dup_d_1()
204 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hi_dup_d_1()
215 v32hi
216 hi_dup_d_7 (v32hi x) in hi_dup_d_7()
218 return __builtin_shuffle (x, x, (v32hi) { PERM4 (7) }); in hi_dup_d_7()
232 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hf_dup_d_1()
246 return __builtin_shuffle (x, x, (v32hi) { PERM4 (5) }); in hf_dup_d_5()
260 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in bf_dup_d_1()
[all …]
H A Dtrn2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_trn2_d (v32hi x) in hi_trn2_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1, 32) }); in hi_trn2_d()
299 v32hi
300 hi_trn2_d_two_op (v32hi x, v32hi y) in hi_trn2_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1, 32) }); in hi_trn2_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1, 32) }); in hf_trn2_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1, 32) }); in hf_trn2_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1, 32) }); in bf_trn2_d()
[all …]
H A Dzip2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_zip2_d (v32hi x) in hi_zip2_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (16, 32) }); in hi_zip2_d()
299 v32hi
300 hi_zip2_d_two_op (v32hi x, v32hi y) in hi_zip2_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (16, 32) }); in hi_zip2_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (16, 32) }); in hf_zip2_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (16, 32) }); in hf_zip2_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (16, 32) }); in bf_zip2_d()
[all …]
H A Dzip1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_zip1_d (v32hi x) in hi_zip1_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hi_zip1_d()
299 v32hi
300 hi_zip1_d_two_op (v32hi x, v32hi y) in hi_zip1_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hi_zip1_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hf_zip1_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hf_zip1_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in bf_zip1_d()
[all …]
H A Dtrn1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_trn1_d (v32hi x) in hi_trn1_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hi_trn1_d()
299 v32hi
300 hi_trn1_d_two_op (v32hi x, v32hi y) in hi_trn1_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hi_trn1_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hf_trn1_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hf_trn1_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in bf_trn1_d()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/aarch64/sve/
H A Duzp1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
249 v32hi
250 hi_uzp1_d (v32hi x) in hi_uzp1_d()
252 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in hi_uzp1_d()
271 v32hi
272 hi_uzp1_d_two_op (v32hi x, v32hi y) in hi_uzp1_d_two_op()
274 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0) }); in hi_uzp1_d_two_op()
288 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in hf_uzp1_d()
310 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0) }); in hf_uzp1_d_two_op()
324 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in bf_uzp1_d()
[all …]
H A Duzp2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
249 v32hi
250 hi_uzp2_d (v32hi x) in hi_uzp2_d()
252 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hi_uzp2_d()
271 v32hi
272 hi_uzp2_d_two_op (v32hi x, v32hi y) in hi_uzp2_d_two_op()
274 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1) }); in hi_uzp2_d_two_op()
288 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hf_uzp2_d()
310 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1) }); in hf_uzp2_d_two_op()
324 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in bf_uzp2_d()
[all …]
H A Ddup_lane_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
201 v32hi
202 hi_dup_d_1 (v32hi x) in hi_dup_d_1()
204 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hi_dup_d_1()
215 v32hi
216 hi_dup_d_7 (v32hi x) in hi_dup_d_7()
218 return __builtin_shuffle (x, x, (v32hi) { PERM4 (7) }); in hi_dup_d_7()
232 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hf_dup_d_1()
246 return __builtin_shuffle (x, x, (v32hi) { PERM4 (5) }); in hf_dup_d_5()
260 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in bf_dup_d_1()
[all …]
H A Dzip1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_zip1_d (v32hi x) in hi_zip1_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hi_zip1_d()
299 v32hi
300 hi_zip1_d_two_op (v32hi x, v32hi y) in hi_zip1_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hi_zip1_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hf_zip1_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hf_zip1_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in bf_zip1_d()
[all …]
H A Dtrn1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_trn1_d (v32hi x) in hi_trn1_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hi_trn1_d()
299 v32hi
300 hi_trn1_d_two_op (v32hi x, v32hi y) in hi_trn1_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hi_trn1_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in hf_trn1_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0, 32) }); in hf_trn1_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0, 32) }); in bf_trn1_d()
[all …]
H A Dtrn2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_trn2_d (v32hi x) in hi_trn2_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1, 32) }); in hi_trn2_d()
299 v32hi
300 hi_trn2_d_two_op (v32hi x, v32hi y) in hi_trn2_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1, 32) }); in hi_trn2_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1, 32) }); in hf_trn2_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1, 32) }); in hf_trn2_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1, 32) }); in bf_trn2_d()
[all …]
H A Dzip2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
277 v32hi
278 hi_zip2_d (v32hi x) in hi_zip2_d()
280 return __builtin_shuffle (x, x, (v32hi) { PERM4 (16, 32) }); in hi_zip2_d()
299 v32hi
300 hi_zip2_d_two_op (v32hi x, v32hi y) in hi_zip2_d_two_op()
302 return __builtin_shuffle (x, y, (v32hi) { PERM4 (16, 32) }); in hi_zip2_d_two_op()
316 return __builtin_shuffle (x, x, (v32hi) { PERM4 (16, 32) }); in hf_zip2_d()
338 return __builtin_shuffle (x, y, (v32hi) { PERM4 (16, 32) }); in hf_zip2_d_two_op()
352 return __builtin_shuffle (x, x, (v32hi) { PERM4 (16, 32) }); in bf_zip2_d()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/aarch64/sve/
H A Duzp1_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
249 v32hi
250 hi_uzp1_d (v32hi x) in hi_uzp1_d()
252 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in hi_uzp1_d()
271 v32hi
272 hi_uzp1_d_two_op (v32hi x, v32hi y) in hi_uzp1_d_two_op()
274 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0) }); in hi_uzp1_d_two_op()
288 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in hf_uzp1_d()
310 return __builtin_shuffle (x, y, (v32hi) { PERM4 (0) }); in hf_uzp1_d_two_op()
324 return __builtin_shuffle (x, x, (v32hi) { PERM4 (0) }); in bf_uzp1_d()
[all …]
H A Duzp2_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
249 v32hi
250 hi_uzp2_d (v32hi x) in hi_uzp2_d()
252 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hi_uzp2_d()
271 v32hi
272 hi_uzp2_d_two_op (v32hi x, v32hi y) in hi_uzp2_d_two_op()
274 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1) }); in hi_uzp2_d_two_op()
288 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hf_uzp2_d()
310 return __builtin_shuffle (x, y, (v32hi) { PERM4 (1) }); in hf_uzp2_d_two_op()
324 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in bf_uzp2_d()
[all …]
H A Ddup_lane_2.c9 typedef unsigned short v32hi __attribute__((vector_size(64))); typedef
201 v32hi
202 hi_dup_d_1 (v32hi x) in hi_dup_d_1()
204 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hi_dup_d_1()
215 v32hi
216 hi_dup_d_7 (v32hi x) in hi_dup_d_7()
218 return __builtin_shuffle (x, x, (v32hi) { PERM4 (7) }); in hi_dup_d_7()
232 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in hf_dup_d_1()
246 return __builtin_shuffle (x, x, (v32hi) { PERM4 (5) }); in hf_dup_d_5()
260 return __builtin_shuffle (x, x, (v32hi) { PERM4 (1) }); in bf_dup_d_1()
[all …]

12345678910