/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 102 static Packet16uc p16uc_PSET32_WODD = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0)… 103 static Packet16uc p16uc_PSET32_WEVEN = vec_sld(p16uc_DUPLICATE32_HI, (Packet16uc) vec_splat((Packe… 104 static Packet16uc p16uc_HALF64_0_16 = vec_sld((Packet16uc)p4i_ZERO, vec_splat((Packet16uc) vec_abs(… 108 static Packet16uc p16uc_PSET32_WODD = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 1), … 109 static Packet16uc p16uc_PSET32_WEVEN = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0),… 110 static Packet16uc p16uc_HALF64_0_16 = vec_sld(vec_splat((Packet16uc) vec_abs(p4i_MINUS16), 0), (Pac… 118 static Packet16uc p16uc_COMPLEX32_REV = vec_sld(p16uc_REVERSE32, p16uc_REVERSE32, 8); … 121 static Packet16uc p16uc_COMPLEX32_REV2 = vec_sld(p16uc_FORWARD, p16uc_FORWARD, 8); … 123 static Packet16uc p16uc_COMPLEX32_REV2 = vec_sld(p16uc_PSET64_HI, p16uc_PSET64_LO, 8); … 536 b = vec_sld(a, a, 8); [all …]
|
D | Complex.h | 21 static Packet2ul p2ul_CONJ_XOR1 = (Packet2ul) vec_sld((Packet4ui) p2d_MZERO, (Packet4ui) p2l_ZERO,… 22 static Packet2ul p2ul_CONJ_XOR2 = (Packet2ul) vec_sld((Packet4ui) p2l_ZERO, (Packet4ui) p2d_MZERO… 24 static Packet2ul p2ul_CONJ_XOR1 = (Packet2ul) vec_sld((Packet4ui) p2l_ZERO, (Packet4ui) p2d_MZERO… 25 static Packet2ul p2ul_CONJ_XOR2 = (Packet2ul) vec_sld((Packet4ui) p2d_MZERO, (Packet4ui) p2l_ZERO,… 147 b = vec_sld(a.v, a.v, 8); 156 b1 = vec_sld(vecs[0].v, vecs[1].v, 8); 157 b2 = vec_sld(vecs[1].v, vecs[0].v, 8); 159 b1 = vec_sld(vecs[1].v, vecs[0].v, 8); 160 b2 = vec_sld(vecs[0].v, vecs[1].v, 8); 162 b2 = vec_sld(b2, b2, 8); [all …]
|
/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 | 3376 res_vsc = vec_sld(vsc, vsc, 0); in test6() 3388 res_vuc = vec_sld(vuc, vuc, 0); in test6() 3400 res_vs = vec_sld(vs, vs, 0); in test6() 3412 res_vus = vec_sld(vus, vus, 0); in test6() 3424 res_vbs = vec_sld(vbs, vbs, 0); in test6() 3441 res_vp = vec_sld(vp, vp, 0); in test6() 3453 res_vi = vec_sld(vi, vi, 0); in test6() 3465 res_vui = vec_sld(vui, vui, 0); in test6() 3477 res_vbi = vec_sld(vbi, vbi, 0); in test6() 3490 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/ZVector/ |
D | PacketMath.h | 95 static Packet2d p2d_COUNTDOWN = reinterpret_cast<Packet2d>(vec_sld(reinterpret_cast<Packet16uc>(p2d… 112 static Packet16uc p16uc_PSET32_WODD = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0)… 113 static Packet16uc p16uc_PSET32_WEVEN = vec_sld(p16uc_DUPLICATE32_HI, (Packet16uc) vec_splat((Packe… 294 first = vec_sld(first, second, 4); break; 296 first = vec_sld(first, second, 8); break; 298 first = vec_sld(first, second, 12); break; 312 first.v4f[0] = vec_sld(first.v4f[0], first.v4f[1], 8); 313 first.v4f[1] = vec_sld(first.v4f[1], second.v4f[0], 8); 320 first.v4f[0] = vec_sld(first.v4f[1], second.v4f[0], 8); 321 first.v4f[1] = vec_sld(second.v4f[0], second.v4f[1], 8); [all …]
|
D | Complex.h | 18 static Packet2ul p2ul_CONJ_XOR1 = (Packet2ul) vec_sld((Packet4ui) p2d_ZERO_, (Packet4ui) p2l_ZERO,… 19 static Packet2ul p2ul_CONJ_XOR2 = (Packet2ul) vec_sld((Packet4ui) p2l_ZERO, (Packet4ui) p2d_ZERO_… 161 v2 = (Packet2d) vec_sld((Packet4ui)v2, (Packet4ui)v2, 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/boringssl/src/crypto/fipsmodule/sha/ |
D | sha1-altivec.c | 131 const vec_uint32_t minus_14 = vec_sld((minus_12), (minus_16), 8); in sched_16_31() 147 const vec_uint32_t minus_6 = vec_sld(minus_4, minus_8, 8); in sched_32_79()
|
/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 | 6782 #define __builtin_altivec_vsldoi_4si vec_sld 6784 static __inline__ vector signed char __ATTRS_o_ai vec_sld( in vec_sld() function 6803 vec_sld(vector unsigned char __a, vector unsigned char __b, in vec_sld() function 6822 vec_sld(vector bool char __a, vector bool char __b, unsigned const int __c) { in vec_sld() function 6839 static __inline__ vector signed short __ATTRS_o_ai vec_sld( in vec_sld() function 6858 vec_sld(vector unsigned short __a, vector unsigned short __b, in vec_sld() function 6877 vec_sld(vector bool short __a, vector bool short __b, unsigned const int __c) { in vec_sld() function 6894 static __inline__ vector pixel __ATTRS_o_ai vec_sld(vector pixel __a, in vec_sld() function 6914 vec_sld(vector signed int __a, vector signed int __b, unsigned const int __c) { in vec_sld() function 6931 static __inline__ vector unsigned int __ATTRS_o_ai vec_sld( in vec_sld() function [all …]
|