HomeSort by relevance Sort by last modified time
    Searched refs:vec_perm (Results 1 - 18 of 18) sorted by null

  /external/eigen/Eigen/src/Core/arch/AltiVec/
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));
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...]
  /external/clang/lib/Headers/
altivec.h 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
43 vec_perm(vector unsigned char __a,
48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
54 vec_perm(vector unsigned short __a,
59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
71 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
4510 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4525 vec_perm(vector unsigned char __a, function
4542 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4557 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function
4572 vec_perm(vector unsigned short __a, function
4589 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function
4604 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function
4619 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function
4632 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function
4647 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function
4662 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
altivec.h 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
43 vec_perm(vector unsigned char __a,
48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
54 vec_perm(vector unsigned short __a,
59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
71 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
4510 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4525 vec_perm(vector unsigned char __a, function
4542 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4557 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function
4572 vec_perm(vector unsigned short __a, function
4589 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function
4604 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function
4619 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function
4632 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function
4647 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function
4662 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
altivec.h 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
43 vec_perm(vector unsigned char __a,
48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
54 vec_perm(vector unsigned short __a,
59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
71 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
4510 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4525 vec_perm(vector unsigned char __a, function
4542 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4557 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function
4572 vec_perm(vector unsigned short __a, function
4589 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function
4604 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function
4619 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function
4632 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function
4647 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function
4662 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
43 vec_perm(vector unsigned char __a,
48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
54 vec_perm(vector unsigned short __a,
59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
71 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
4510 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4525 vec_perm(vector unsigned char __a, function
4542 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4557 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function
4572 vec_perm(vector unsigned short __a, function
4589 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function
4604 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function
4619 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function
4632 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function
4647 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function
4662 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
altivec.h 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
43 vec_perm(vector unsigned char __a,
48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
54 vec_perm(vector unsigned short __a,
59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
71 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
4285 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4292 vec_perm(vector unsigned char __a, function
4301 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4308 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function
4315 vec_perm(vector unsigned short __a, function
4324 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function
4331 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function
4338 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function
4344 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function
4351 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function
4358 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
altivec.h 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
43 vec_perm(vector unsigned char __a,
48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
54 vec_perm(vector unsigned short __a,
59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
71 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
4285 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4292 vec_perm(vector unsigned char __a, function
4301 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4308 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function
4315 vec_perm(vector unsigned short __a, function
4324 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function
4331 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function
4338 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function
4344 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function
4351 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function
4358 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.h 153 vec_perm, enumerator in enum:vect_cost_for_stmt
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
43 vec_perm(vector unsigned char __a,
48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
54 vec_perm(vector unsigned short __a,
59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
71 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
4285 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4292 vec_perm(vector unsigned char __a, function
4301 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4308 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function
4315 vec_perm(vector unsigned short __a, function
4324 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function
4331 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function
4338 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function
4344 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function
4351 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function
4358 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 40 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c);
43 vec_perm(vector unsigned char __a,
48 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c);
51 vec_perm(vector short __a, vector short __b, vector unsigned char __c);
54 vec_perm(vector unsigned short __a,
59 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c);
62 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c);
65 vec_perm(vector int __a, vector int __b, vector unsigned char __c);
68 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c);
71 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c)
4285 vec_perm(vector signed char __a, vector signed char __b, vector unsigned char __c) function
4292 vec_perm(vector unsigned char __a, function
4301 vec_perm(vector bool char __a, vector bool char __b, vector unsigned char __c) function
4308 vec_perm(vector short __a, vector short __b, vector unsigned char __c) function
4315 vec_perm(vector unsigned short __a, function
4324 vec_perm(vector bool short __a, vector bool short __b, vector unsigned char __c) function
4331 vec_perm(vector pixel __a, vector pixel __b, vector unsigned char __c) function
4338 vec_perm(vector int __a, vector int __b, vector unsigned char __c) function
4344 vec_perm(vector unsigned int __a, vector unsigned int __b, vector unsigned char __c) function
4351 vec_perm(vector bool int __a, vector bool int __b, vector unsigned char __c) function
4358 vec_perm(vector float __a, vector float __b, vector unsigned char __c) function
    [all...]
  /external/jemalloc/test/include/test/
SFMT-alti.h 81 x = vec_perm(a, (vector unsigned int)perm_sl, perm_sl);
84 z = vec_perm(c, (vector unsigned int)perm_sr, perm_sr);
181 array[i].s = vec_perm(array[i].s, (vector unsigned int)perm, perm);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c 724 vd = (vector unsigned char)vec_perm(vtemp1, vtemp2, mergePermute); \
888 vsrc = vec_perm(vsrc, voverflow, valigner);
889 vsrc1 = vec_perm(vsrc, vsrc, vpermute);
892 voverflow = vec_perm(voverflow, vsrc, valigner);
893 vsrc2 = vec_perm(voverflow, voverflow, vpermute);
901 vdst1 = (vector unsigned char)vec_perm((vector unsigned char)vR, (vector unsigned char)vR, vredalpha1);
902 vdst1 = vec_perm(vdst1, (vector unsigned char)vB, vblue1);
903 vdst1 = vec_perm(vdst1, (vector unsigned char)vG, vgreen1);
904 vdst2 = (vector unsigned char)vec_perm((vector unsigned char)vR, (vector unsigned char)vR, vredalpha2);
905 vdst2 = vec_perm(vdst2, (vector unsigned char)vB, vblue2)
    [all...]
SDL_blit_N.c 212 vsrc = vec_perm(vsrc, voverflow, valigner);
213 vsrc1 = (vector unsigned int)vec_perm(vsrc, valpha, vpermute);
217 vsrc = vec_perm(vsrc, voverflow, valigner);
218 vsrc2 = (vector unsigned int)vec_perm(vsrc, valpha, vpermute);
221 vgpixel = (vector unsigned short)vec_perm(vsrc1, vsrc2, vgmerge);
358 vsrc = vec_perm(vsrc, voverflow, valigner);
364 vdst1 = (vector unsigned char)vec_perm((vector unsigned char)vR, valpha, vredalpha1);
365 vdst1 = vec_perm(vdst1, (vector unsigned char)vB, vblue1);
366 vdst1 = vec_perm(vdst1, (vector unsigned char)vG, vgreen1);
367 vdst1 = vec_perm(vdst1, valpha, vpermute)
    [all...]
  /external/pixman/pixman/
pixman-vmx.c 38 return vec_perm (pix, pix,
154 vec_perm (tmp1, tmp2, source ## _mask); \
157 vec_perm (tmp3, tmp4, dest ## _mask);
164 vec_perm (tmp1, tmp2, source ## _mask); \
168 vec_perm (tmp3, tmp4, dest ## _mask); \
171 vec_perm (tmp1, tmp2, mask ## _mask);
179 edges = vec_perm (tmp4, tmp3, dest ## _mask); \
180 tmp3 = vec_perm ((vector unsigned char)v ## dest, edges, store_mask); \
181 tmp1 = vec_perm (edges, (vector unsigned char)v ## dest, store_mask); \
    [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c     [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 243 Function vec_perm [Vector Permute] not checked
  /system/keymaster/
ocb.c 236 t = vec_perm(t, t, perm);
    [all...]

Completed in 532 milliseconds