HomeSort by: relevance | last modified time | path
    Searched defs:vec_splat_u16 (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
altivec.h 325 #define vec_splat_u16(x) ((__vector unsigned short) vec_splat_s16 ((x))) macro
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
altivec.h 325 #define vec_splat_u16(x) ((__vector unsigned short) vec_splat_s16 ((x))) macro
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 94 #define vec_splat_u16 __builtin_s390_vec_splat_u16 macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 94 #define vec_splat_u16 __builtin_s390_vec_splat_u16 macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 1723 /* vec_splat_u16 (vector splat unsigned half-word)
1726 #define vec_splat_u16(_a) spu_splats((unsigned short)(_a)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
altivec.h 10279 /* vec_splat_u16 */
10283 vec_splat_u16(signed char __a) { function

Completed in 54 milliseconds