/external/clang/test/CodeGen/ |
D | builtins-systemz-zvector-error.c | 459 vsc = vec_sld(vsc, vsc, idx); // expected-error {{no matching function}} in test_integer() 462 vsc = vec_sld(vsc, vsc, -1); // expected-error {{no matching function}} in test_integer() 465 vsc = vec_sld(vsc, vsc, 16); // expected-error {{no matching function}} in test_integer() 468 vuc = vec_sld(vuc, vuc, idx); // expected-error {{no matching function}} in test_integer() 471 vuc = vec_sld(vuc, vuc, -1); // expected-error {{no matching function}} in test_integer() 474 vuc = vec_sld(vuc, vuc, 16); // expected-error {{no matching function}} in test_integer() 477 vss = vec_sld(vss, vss, idx); // expected-error {{no matching function}} in test_integer() 480 vus = vec_sld(vus, vus, idx); // expected-error {{no matching function}} in test_integer() 483 vsi = vec_sld(vsi, vsi, idx); // expected-error {{no matching function}} in test_integer() 486 vui = vec_sld(vui, vui, idx); // expected-error {{no matching function}} in test_integer() [all …]
|
D | builtins-systemz-zvector.c | 1836 vsc = vec_sld(vsc, vsc, 0); in test_integer() 1838 vsc = vec_sld(vsc, vsc, 15); in test_integer() 1840 vuc = vec_sld(vuc, vuc, 0); in test_integer() 1842 vuc = vec_sld(vuc, vuc, 15); in test_integer() 1844 vss = vec_sld(vss, vss, 0); in test_integer() 1846 vss = vec_sld(vss, vss, 15); in test_integer() 1848 vus = vec_sld(vus, vus, 0); in test_integer() 1850 vus = vec_sld(vus, vus, 15); in test_integer() 1852 vsi = vec_sld(vsi, vsi, 0); in test_integer() 1854 vsi = vec_sld(vsi, vsi, 15); in test_integer() [all …]
|
D | builtins-ppc-altivec.c | 3357 res_vsc = vec_sld(vsc, vsc, 0); in test6() 3369 res_vuc = vec_sld(vuc, vuc, 0); in test6() 3381 res_vs = vec_sld(vs, vs, 0); in test6() 3393 res_vus = vec_sld(vus, vus, 0); in test6() 3405 res_vbs = vec_sld(vbs, vbs, 0); in test6() 3422 res_vp = vec_sld(vp, vp, 0); in test6() 3434 res_vi = vec_sld(vi, vi, 0); in test6() 3446 res_vui = vec_sld(vui, vui, 0); in test6() 3458 res_vbi = vec_sld(vbi, vbi, 0); in test6() 3471 res_vf = vec_sld(vf, vf, 0); in test6()
|
/external/fec/ |
D | viterbi39_av.c | 193 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,8)); in update_viterbi39_blk_av() 194 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi39_blk_av() 195 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,4)); in update_viterbi39_blk_av() 196 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi39_blk_av() 197 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,2)); in update_viterbi39_blk_av() 198 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi39_blk_av() 231 scale = vec_min(scale,vec_sld(scale,scale,8)); in update_viterbi39_blk_av() 232 scale = vec_min(scale,vec_sld(scale,scale,4)); in update_viterbi39_blk_av() 233 scale = vec_min(scale,vec_sld(scale,scale,2)); in update_viterbi39_blk_av()
|
D | viterbi615_av.c | 198 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,8)); in update_viterbi615_blk_av() 199 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,8)); in update_viterbi615_blk_av() 200 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,4)); in update_viterbi615_blk_av() 201 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,4)); in update_viterbi615_blk_av() 202 min_metric = vec_min(min_metric,vec_sld(min_metric,min_metric,2)); in update_viterbi615_blk_av() 203 max_metric = vec_max(max_metric,vec_sld(max_metric,max_metric,2)); in update_viterbi615_blk_av() 237 scale = vec_min(scale,vec_sld(scale,scale,8)); in update_viterbi615_blk_av() 238 scale = vec_min(scale,vec_sld(scale,scale,4)); in update_viterbi615_blk_av() 239 scale = vec_min(scale,vec_sld(scale,scale,2)); in update_viterbi615_blk_av()
|
D | viterbi29_av.c | 174 scale0 = vec_min(scale0,vec_sld(scale0,scale0,8)); in update_viterbi29_blk_av() 175 scale0 = vec_min(scale0,vec_sld(scale0,scale0,4)); in update_viterbi29_blk_av() 176 scale0 = vec_min(scale0,vec_sld(scale0,scale0,2)); in update_viterbi29_blk_av() 177 scale0 = vec_min(scale0,vec_sld(scale0,scale0,1)); in update_viterbi29_blk_av()
|
D | viterbi27_av.c | 189 scale0 = vec_min(scale0,vec_sld(scale0,scale0,8)); in update_viterbi27_blk_av() 190 scale0 = vec_min(scale0,vec_sld(scale0,scale0,4)); in update_viterbi27_blk_av() 191 scale0 = vec_min(scale0,vec_sld(scale0,scale0,2)); in update_viterbi27_blk_av() 192 scale0 = vec_min(scale0,vec_sld(scale0,scale0,1)); in update_viterbi27_blk_av()
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 356 b = (Packet4f) vec_sld(a, a, 8); 358 b = (Packet4f) vec_sld(sum, sum, 4); 395 sum = vec_sld(sum, p4i_ZERO, 12); 432 prod = pmul(a, (Packet4f)vec_sld(a, a, 8)); 433 return pfirst(pmul(prod, (Packet4f)vec_sld(prod, prod, 4))); 447 b = vec_min(a, vec_sld(a, a, 8)); 448 res = vec_min(b, vec_sld(b, b, 4)); 455 b = vec_min(a, vec_sld(a, a, 8)); 456 res = vec_min(b, vec_sld(b, b, 4)); 464 b = vec_max(a, vec_sld(a, a, 8)); [all …]
|
D | Complex.h | 18 static Packet16uc p16uc_COMPLEX_RE = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0),… 19 static Packet16uc p16uc_COMPLEX_IM = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 1),… 20 static Packet16uc p16uc_COMPLEX_REV = vec_sld(p16uc_REVERSE, p16uc_REVERSE, 8);//{ 4,5,6,7, 0,1,2,… 21 static Packet16uc p16uc_COMPLEX_REV2 = vec_sld(p16uc_FORWARD, p16uc_FORWARD, 8);//{ 8,9,10,11, 12,1… 128 b = (Packet4f) vec_sld(a.v, a.v, 8); 137 b1 = (Packet4f) vec_sld(vecs[0].v, vecs[1].v, 8); 138 b2 = (Packet4f) vec_sld(vecs[1].v, vecs[0].v, 8); 139 b2 = (Packet4f) vec_sld(b2, b2, 8); 149 b = (Packet4f) vec_sld(a.v, a.v, 8); 162 first.v = vec_sld(first.v, second.v, 8);
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 270 Function vec_sld [type char] ===> OK 271 Function vec_sld [type unsigned char] ===> OK 272 Function vec_sld [type short] ===> OK 273 Function vec_sld [type unsigned short] ===> OK 274 Function vec_sld [type integer] ===> OK 275 Function vec_sld [type unsigned int] ===> OK
|
D | testVMX.c | 4202 Caux1.v = vec_sld( Ccons1, Ccons2, 3 ); in part3() 4225 UCaux1.v = vec_sld( UCcons1, UCcons2, 3 ); in part3() 4248 Saux1.v = vec_sld( Scons1, Scons2, 3 ); in part3() 4268 USaux1.v = vec_sld( UScons1, UScons2, 3 ); in part3() 4288 Iaux1.v = vec_sld( Icons1, Icons2, 3 ); in part3() 4308 UIaux1.v = vec_sld( UIcons1, UIcons2, 3 ); in part3() 4329 Faux1.v = vec_sld( Fcons1, Fcons2, 3 ); in part3()
|
/external/clang/lib/Headers/ |
D | vecintrin.h | 5644 vec_sld(vector signed char __a, vector signed char __b, int __c) 5648 vec_sld(vector unsigned char __a, vector unsigned char __b, int __c) 5652 vec_sld(vector signed short __a, vector signed short __b, int __c) 5656 vec_sld(vector unsigned short __a, vector unsigned short __b, int __c) 5660 vec_sld(vector signed int __a, vector signed int __b, int __c) 5664 vec_sld(vector unsigned int __a, vector unsigned int __b, int __c) 5668 vec_sld(vector signed long long __a, vector signed long long __b, int __c) 5672 vec_sld(vector unsigned long long __a, vector unsigned long long __b, int __c) 5676 vec_sld(vector double __a, vector double __b, int __c) 5679 #define vec_sld(X, Y, Z) ((__typeof__((vec_sld)((X), (Y), (Z)))) \ macro
|
D | altivec.h | 6658 #define __builtin_altivec_vsldoi_4si vec_sld 6660 static vector signed char __ATTRS_o_ai vec_sld(vector signed char __a, in vec_sld() function 6680 static vector unsigned char __ATTRS_o_ai vec_sld(vector unsigned char __a, in vec_sld() function 6700 static vector bool char __ATTRS_o_ai vec_sld(vector bool char __a, in vec_sld() function 6720 static vector signed short __ATTRS_o_ai vec_sld(vector signed short __a, in vec_sld() function 6740 static vector unsigned short __ATTRS_o_ai vec_sld(vector unsigned short __a, in vec_sld() function 6760 static vector bool short __ATTRS_o_ai vec_sld(vector bool short __a, in vec_sld() function 6780 static vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, vector pixel __b, in vec_sld() function 6799 static vector signed int __ATTRS_o_ai vec_sld(vector signed int __a, in vec_sld() function 6819 static vector unsigned int __ATTRS_o_ai vec_sld(vector unsigned int __a, in vec_sld() function [all …]
|