/external/clang/lib/Headers/ |
D | altivec.h | 39 static vector signed char __ATTRS_o_ai vec_perm(vector signed char __a, 43 static vector unsigned char __ATTRS_o_ai vec_perm(vector unsigned char __a, 47 static vector bool char __ATTRS_o_ai vec_perm(vector bool char __a, 51 static vector short __ATTRS_o_ai vec_perm(vector signed short __a, 55 static vector unsigned short __ATTRS_o_ai vec_perm(vector unsigned short __a, 59 static vector bool short __ATTRS_o_ai vec_perm(vector bool short __a, 63 static vector pixel __ATTRS_o_ai vec_perm(vector pixel __a, vector pixel __b, 66 static vector int __ATTRS_o_ai vec_perm(vector signed int __a, 70 static vector unsigned int __ATTRS_o_ai vec_perm(vector unsigned int __a, 74 static vector bool int __ATTRS_o_ai vec_perm(vector bool int __a, [all …]
|
D | vecintrin.h | 361 vec_perm(vector signed char __a, vector signed char __b, in vec_perm() function 368 vec_perm(vector unsigned char __a, vector unsigned char __b, in vec_perm() function 375 vec_perm(vector bool char __a, vector bool char __b, in vec_perm() function 382 vec_perm(vector signed short __a, vector signed short __b, in vec_perm() function 389 vec_perm(vector unsigned short __a, vector unsigned short __b, in vec_perm() function 396 vec_perm(vector bool short __a, vector bool short __b, in vec_perm() function 403 vec_perm(vector signed int __a, vector signed int __b, in vec_perm() function 410 vec_perm(vector unsigned int __a, vector unsigned int __b, in vec_perm() function 417 vec_perm(vector bool int __a, vector bool int __b, in vec_perm() function 424 vec_perm(vector signed long long __a, vector signed long long __b, in vec_perm() function [all …]
|
/external/eigen/Eigen/src/Core/arch/AltiVec/ |
D | PacketMath.h | 271 return (Packet4f) vec_perm(MSQ, LSQ, mask); // align the data 283 return (Packet4i) vec_perm(MSQ, LSQ, mask); // align the data 291 return vec_perm(p, p, p16uc_DUPLICATE); 298 return vec_perm(p, p, p16uc_DUPLICATE); 315 edges=vec_perm(LSQ,MSQ,edgeAlign); // extract the edges 317 MSQ = vec_perm(edges,(Packet16uc)from,align); // misalign the data (MSQ) 318 LSQ = vec_perm((Packet16uc)from,edges,align); // misalign the data (LSQ) 333 edges=vec_perm(LSQ, MSQ, edgeAlign); // extract the edges 335 MSQ = vec_perm(edges, (Packet16uc) from, align); // misalign the data (MSQ) 336 LSQ = vec_perm((Packet16uc) from, edges, align); // misalign the data (LSQ) [all …]
|
D | Complex.h | 64 res.v = vec_perm(res.v, res.v, p16uc_PSET_HI); 78 v1 = vec_perm(a.v, a.v, p16uc_COMPLEX_RE); 80 v2 = vec_perm(a.v, a.v, p16uc_COMPLEX_IM); 87 v2 = vec_perm(v2, v2, p16uc_COMPLEX_REV); 121 rev_a = vec_perm(a.v, a.v, p16uc_COMPLEX_REV2); 205 return Packet2cf(pdiv(res.v, vec_add(s,vec_perm(s, s, p16uc_COMPLEX_REV)))); 210 return Packet2cf(vec_perm(x.v, x.v, p16uc_COMPLEX_REV));
|
/external/fec/ |
D | encode_rs_av.c | 52 feedback0 = vec_perm(feedback1,feedback1,reverse); in encode_rs_av() 55 shift_register.v[1] = vec_perm(shift_register.v[0],shift_register.v[1],shift_right) ^ feedback1; in encode_rs_av()
|
D | encode_rs_8.c | 92 feedback0 = vec_perm(feedback1,feedback1,reverse); in encode_rs_8_av() 95 shift_register.v[1] = vec_perm(shift_register.v[0],shift_register.v[1],shift_right) ^ feedback1; in encode_rs_8_av()
|
D | peakval_av.c | 21 x = vec_perm(vec_ld(0,in),(vector signed short)(0),vec_lvsl(0,in)); in peakval_av()
|
D | sumsq_av.c | 23 x = vec_perm(vec_ld(0,in),(vector signed short)(0),vec_lvsl(0,in)); in sumsq_av()
|
D | viterbi29_av.c | 128 …sym1v = vec_perm(vec_ld(0,syms),vec_ld(1,syms),vec_lvsl(0,syms)); /* sym1v.0 = syms[0]; sym1v.1 = … in update_viterbi29_blk_av()
|
D | viterbi27_av.c | 127 sym0v = vec_perm(vec_ld(0,syms),vec_ld(1,syms),vec_lvsl(0,syms)); in update_viterbi27_blk_av()
|
D | viterbi39_av.c | 123 s = (vector unsigned char)vec_perm(vec_ld(0,syms),vec_ld(5,syms),vec_lvsl(0,syms)); in update_viterbi39_blk_av()
|
D | viterbi615_av.c | 123 s = (vector unsigned char)vec_perm(vec_ld(0,syms),vec_ld(5,syms),vec_lvsl(0,syms)); in update_viterbi615_blk_av()
|
/external/jemalloc/test/include/test/ |
D | SFMT-alti.h | 81 x = vec_perm(a, (vector unsigned int)perm_sl, perm_sl); in vec_recursion() 84 z = vec_perm(c, (vector unsigned int)perm_sr, perm_sr); in vec_recursion() 181 array[i].s = vec_perm(array[i].s, (vector unsigned int)perm, perm); in swap()
|
/external/clang/test/CodeGen/ |
D | builtins-ppc-vsx.c | 204 res_vsll = vec_perm(vsll, vsll, vuc); in test1() 208 res_vull = vec_perm(vull, vull, vuc); in test1() 212 res_vbll = vec_perm(vbll, vbll, vuc); in test1() 229 res_vd = vec_perm(vd, vd, vuc); in test1()
|
D | builtins-systemz-zvector.c | 168 vsc = vec_perm(vsc, vsc, vuc); in test_core() 170 vuc = vec_perm(vuc, vuc, vuc); in test_core() 172 vbc = vec_perm(vbc, vbc, vuc); in test_core() 174 vss = vec_perm(vss, vss, vuc); in test_core() 176 vus = vec_perm(vus, vus, vuc); in test_core() 178 vbs = vec_perm(vbs, vbs, vuc); in test_core() 180 vsi = vec_perm(vsi, vsi, vuc); in test_core() 182 vui = vec_perm(vui, vui, vuc); in test_core() 184 vbi = vec_perm(vbi, vbi, vuc); in test_core() 186 vsl = vec_perm(vsl, vsl, vuc); in test_core() [all …]
|
D | builtins-ppc-altivec.c | 2742 res_vsc = vec_perm(vsc, vsc, vuc); in test6() 2746 res_vuc = vec_perm(vuc, vuc, vuc); in test6() 2750 res_vbc = vec_perm(vbc, vbc, vuc); in test6() 2754 res_vs = vec_perm(vs, vs, vuc); in test6() 2758 res_vus = vec_perm(vus, vus, vuc); in test6() 2762 res_vbs = vec_perm(vbs, vbs, vuc); in test6() 2766 res_vp = vec_perm(vp, vp, vuc); in test6() 2770 res_vi = vec_perm(vi, vi, vuc); in test6() 2774 res_vui = vec_perm(vui, vui, vuc); in test6() 2778 res_vbi = vec_perm(vbi, vbi, vuc); in test6() [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | testVMX.stdout.exp | 243 Function vec_perm [Vector Permute] not checked
|