Searched refs:vec_perm (Results 26 - 48 of 48) sorted by relevance

12

/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsmmintrin.h376 __v16qu __r = vec_perm ((__v16qu) __A, (__v16qu)__B, __pcv[__imm8]);
404 __v16qu __r = vec_perm ((__v16qu) __A, (__v16qu)__B, __pcv[__imm8]);
H A Dmmintrin.h1119 __c = (__vector signed short)vec_perm (__w0, __w1, __xform1);
H A Drs6000.cc5050 case vec_perm:
5356 || kind == vec_perm
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h385 /*-- vec_perm ---------------------------------------------------------------*/
388 vec_perm(__vector signed char __a, __vector signed char __b, function
395 vec_perm(__vector unsigned char __a, __vector unsigned char __b, function
402 vec_perm(__vector __bool char __a, __vector __bool char __b, function
409 vec_perm(__vector signed short __a, __vector signed short __b, function
416 vec_perm(__vector unsigned short __a, __vector unsigned short __b, function
423 vec_perm(__vector __bool short __a, __vector __bool short __b, function
430 vec_perm(__vector signed int __a, __vector signed int __b, function
437 vec_perm(__vector unsigned int __a, __vector unsigned int __b, function
444 vec_perm(__vecto function
451 vec_perm(__vector signed long long __a, __vector signed long long __b, function
458 vec_perm(__vector unsigned long long __a, __vector unsigned long long __b, function
465 vec_perm(__vector __bool long long __a, __vector __bool long long __b, function
473 vec_perm(__vector float __a, __vector float __b, function
481 vec_perm(__vector double __a, __vector double __b, function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vectorizer.c159 case vec_perm:
160 ks = "vec_perm";
H A Dtarghooks.c715 case vec_perm:
H A Dtree-vect-stmts.c906 inside_cost += record_stmt_cost (cost_vec, ncopies, vec_perm,
1038 inside_cost = record_stmt_cost (cost_vec, nstmts, vec_perm,
1199 inside_cost += record_stmt_cost (cost_vec, n_perms, vec_perm,
1251 inside_cost += record_stmt_cost (cost_vec, nstmts, vec_perm,
1333 vec_perm, stmt_info, 0, vect_body);
1375 *inside_cost += record_stmt_cost (body_cost_vec, ncopies, vec_perm,
3143 ncopies, vec_perm, stmt_info, 0, vect_body);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtarghooks.cc727 case vec_perm:
H A Dtree-vectorizer.cc161 case vec_perm:
162 ks = "vec_perm";
H A Dtree-vect-stmts.cc986 inside_cost = record_stmt_cost (cost_vec, nstmts, vec_perm,
1144 inside_cost += record_stmt_cost (cost_vec, n_perms, vec_perm,
1199 inside_cost += record_stmt_cost (cost_vec, nstmts, vec_perm,
1299 vec_perm, stmt_info, 0, vect_body);
1341 *inside_cost += record_stmt_cost (body_cost_vec, ncopies, vec_perm,
3192 vec_perm, stmt_info, 0, vect_body);
H A Dtree-vect-slp.cc4947 record_stmt_cost (cost_vec, steps, vec_perm, instance->root_stmts[0],
7241 record_stmt_cost (cost_vec, nperms, vec_perm, node, vectype, 0, vect_body);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1093 c = (__vector signed short)vec_perm(w0, w1, xform1);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dmmintrin.h1119 __c = (__vector signed short)vec_perm (__w0, __w1, __xform1);
H A Drs6000.c4918 case vec_perm:
5186 if ((kind == vec_to_scalar || kind == vec_perm
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c6641 case vec_perm:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc16086 case vec_perm:
16562 case vec_perm:
23633 /* vec_perm support. */
23694 /* Expand a vec_perm with the operands given by TARGET, OP0, OP1 and SEL.
23734 /* Expand an SVE vec_perm with the given operands. */
23744 /* Note: vec_perm indices are supposed to wrap when they go beyond the
23747 out-of-range indices, so we need to modulo all the vec_perm indices
27919 /* vec_perm support. */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c21503 case vec_perm:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c3923 case vec_perm:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c14031 case vec_perm:
20493 /* vec_perm support. */
20552 /* Expand a vec_perm with the operands given by TARGET, OP0, OP1 and SEL.
20592 /* Expand an SVE vec_perm with the given operands. */
20602 /* Note: vec_perm indices are supposed to wrap when they go beyond the
20605 out-of-range indices, so we need to modulo all the vec_perm indices
24126 /* vec_perm support. */
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc3992 case vec_perm:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc22780 case vec_perm:
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c12188 case vec_perm:
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc12349 case vec_perm:

Completed in 1508 milliseconds

12