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

  /external/eigen/Eigen/src/Core/arch/AltiVec/
Complex.h 18 static Packet16uc p16uc_COMPLEX_RE = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 2), 8);//{ 0,1,2,3, 0,1,2,3, 8,9,10,11, 8,9,10,11 };
19 static Packet16uc p16uc_COMPLEX_IM = vec_sld((Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 1), (Packet16uc) vec_splat((Packet4ui)p16uc_FORWARD, 3), 8);//{ 4,5,6,7, 4,5,6,7, 12,13,14,15, 12,13,14,15 };
22 static Packet16uc p16uc_PSET_HI = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 0), (Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 1));//{ 0,1,2,3, 4,5,6,7, 0,1,2,3, 4,5,6,7 };
23 static Packet16uc p16uc_PSET_LO = (Packet16uc) vec_mergeh((Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 2), (Packet4ui) vec_splat((Packet4ui)p16uc_FORWARD, 3));//{ 8,9,10,11, 12,13,14,15, 8,9,10,11, 12,13,14,15 };
PacketMath.h 152 vc = vec_splat(vc, 0);
160 vc = vec_splat(vc, 0);
  /external/valgrind/main/none/tests/ppc32/
testVMX.stdout.exp 294 Function vec_splat [type char] ===> OK
295 Function vec_splat [type unsigned char] ===> OK
296 Function vec_splat [type short] ===> OK
297 Function vec_splat [type unsigned short] ===> OK
298 Function vec_splat [type integer] ===> OK
299 Function vec_splat [type unsigned int] ===> OK
testVMX.c     [all...]
  /external/clang/test/CodeGen/
builtins-ppc-altivec.c     [all...]
  /external/qemu/include/
qemu-common.h 474 #define SPLAT(p) vec_splat(vec_ld(0, p), 0)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 145 vswiz = vec_add(plus, (vector unsigned char)vec_splat(srcvec, 0));
317 valpha = vec_splat(valpha, 0);
462 valpha = vec_splat(valpha, 0);
574 valpha = (vector unsigned int)vec_splat((vector unsigned char)valpha, 0);
580 vckey = vec_splat(vckey, 0);
582 vrgbmask = vec_splat(vrgbmask, 0);
671 vzero = (vector unsigned int)vec_splat(valpha, 0);
749 vzero = (vector unsigned int)vec_splat(valpha, 0);
    [all...]
SDL_blit_A.c 769 vswiz = vec_add(plus, (vector unsigned char)vec_splat(srcvec, 0));
    [all...]
  /external/clang/lib/Headers/
altivec.h 6053 vec_splat(vector signed char __a, unsigned char __b) function
6059 vec_splat(vector unsigned char __a, unsigned char __b) function
6065 vec_splat(vector bool char __a, unsigned char __b) function
6071 vec_splat(vector short __a, unsigned char __b) function
6080 vec_splat(vector unsigned short __a, unsigned char __b) function
6089 vec_splat(vector bool short __a, unsigned char __b) function
6098 vec_splat(vector pixel __a, unsigned char __b) function
6107 vec_splat(vector int __a, unsigned char __b) function
6116 vec_splat(vector unsigned int __a, unsigned char __b) function
6125 vec_splat(vector bool int __a, unsigned char __b) function
6134 vec_splat(vector float __a, unsigned char __b) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
altivec.h 5655 vec_splat(vector signed char __a, unsigned char __b) function
5661 vec_splat(vector unsigned char __a, unsigned char __b) function
5667 vec_splat(vector bool char __a, unsigned char __b) function
5673 vec_splat(vector short __a, unsigned char __b) function
5682 vec_splat(vector unsigned short __a, unsigned char __b) function
5691 vec_splat(vector bool short __a, unsigned char __b) function
5700 vec_splat(vector pixel __a, unsigned char __b) function
5709 vec_splat(vector int __a, unsigned char __b) function
5718 vec_splat(vector unsigned int __a, unsigned char __b) function
5727 vec_splat(vector bool int __a, unsigned char __b) function
5736 vec_splat(vector float __a, unsigned char __b) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
altivec.h 6053 vec_splat(vector signed char __a, unsigned char __b) function
6059 vec_splat(vector unsigned char __a, unsigned char __b) function
6065 vec_splat(vector bool char __a, unsigned char __b) function
6071 vec_splat(vector short __a, unsigned char __b) function
6080 vec_splat(vector unsigned short __a, unsigned char __b) function
6089 vec_splat(vector bool short __a, unsigned char __b) function
6098 vec_splat(vector pixel __a, unsigned char __b) function
6107 vec_splat(vector int __a, unsigned char __b) function
6116 vec_splat(vector unsigned int __a, unsigned char __b) function
6125 vec_splat(vector bool int __a, unsigned char __b) function
6134 vec_splat(vector float __a, unsigned char __b) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
altivec.h 5655 vec_splat(vector signed char __a, unsigned char __b) function
5661 vec_splat(vector unsigned char __a, unsigned char __b) function
5667 vec_splat(vector bool char __a, unsigned char __b) function
5673 vec_splat(vector short __a, unsigned char __b) function
5682 vec_splat(vector unsigned short __a, unsigned char __b) function
5691 vec_splat(vector bool short __a, unsigned char __b) function
5700 vec_splat(vector pixel __a, unsigned char __b) function
5709 vec_splat(vector int __a, unsigned char __b) function
5718 vec_splat(vector unsigned int __a, unsigned char __b) function
5727 vec_splat(vector bool int __a, unsigned char __b) function
5736 vec_splat(vector float __a, unsigned char __b) function
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
altivec.h 6053 vec_splat(vector signed char __a, unsigned char __b) function
6059 vec_splat(vector unsigned char __a, unsigned char __b) function
6065 vec_splat(vector bool char __a, unsigned char __b) function
6071 vec_splat(vector short __a, unsigned char __b) function
6080 vec_splat(vector unsigned short __a, unsigned char __b) function
6089 vec_splat(vector bool short __a, unsigned char __b) function
6098 vec_splat(vector pixel __a, unsigned char __b) function
6107 vec_splat(vector int __a, unsigned char __b) function
6116 vec_splat(vector unsigned int __a, unsigned char __b) function
6125 vec_splat(vector bool int __a, unsigned char __b) function
6134 vec_splat(vector float __a, unsigned char __b) function
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
altivec.h 5655 vec_splat(vector signed char __a, unsigned char __b) function
5661 vec_splat(vector unsigned char __a, unsigned char __b) function
5667 vec_splat(vector bool char __a, unsigned char __b) function
5673 vec_splat(vector short __a, unsigned char __b) function
5682 vec_splat(vector unsigned short __a, unsigned char __b) function
5691 vec_splat(vector bool short __a, unsigned char __b) function
5700 vec_splat(vector pixel __a, unsigned char __b) function
5709 vec_splat(vector int __a, unsigned char __b) function
5718 vec_splat(vector unsigned int __a, unsigned char __b) function
5727 vec_splat(vector bool int __a, unsigned char __b) function
5736 vec_splat(vector float __a, unsigned char __b) function
    [all...]
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
altivec.h 5655 vec_splat(vector signed char __a, unsigned char __b) function
5661 vec_splat(vector unsigned char __a, unsigned char __b) function
5667 vec_splat(vector bool char __a, unsigned char __b) function
5673 vec_splat(vector short __a, unsigned char __b) function
5682 vec_splat(vector unsigned short __a, unsigned char __b) function
5691 vec_splat(vector bool short __a, unsigned char __b) function
5700 vec_splat(vector pixel __a, unsigned char __b) function
5709 vec_splat(vector int __a, unsigned char __b) function
5718 vec_splat(vector unsigned int __a, unsigned char __b) function
5727 vec_splat(vector bool int __a, unsigned char __b) function
5736 vec_splat(vector float __a, unsigned char __b) function
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
altivec.h 6053 vec_splat(vector signed char __a, unsigned char __b) function
6059 vec_splat(vector unsigned char __a, unsigned char __b) function
6065 vec_splat(vector bool char __a, unsigned char __b) function
6071 vec_splat(vector short __a, unsigned char __b) function
6080 vec_splat(vector unsigned short __a, unsigned char __b) function
6089 vec_splat(vector bool short __a, unsigned char __b) function
6098 vec_splat(vector pixel __a, unsigned char __b) function
6107 vec_splat(vector int __a, unsigned char __b) function
6116 vec_splat(vector unsigned int __a, unsigned char __b) function
6125 vec_splat(vector bool int __a, unsigned char __b) function
6134 vec_splat(vector float __a, unsigned char __b) function
    [all...]
  /system/keymaster/
ocb.c 221 vector unsigned lshift = vec_splat(bot_vec, 0);
    [all...]

Completed in 137 milliseconds