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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 2009 /*-- vec_mergel -------------------------------------------------------------*/
2012 vec_mergel(__vector signed char __a, __vector signed char __b) { function
2019 vec_mergel(__vector __bool char __a, __vector __bool char __b) { function
2026 vec_mergel(__vector unsigned char __a, __vector unsigned char __b) { function
2033 vec_mergel(__vector signed short __a, __vector signed short __b) { function
2039 vec_mergel(__vector __bool short __a, __vector __bool short __b) { function
2045 vec_mergel(__vector unsigned short __a, __vector unsigned short __b) { function
2051 vec_mergel(__vector signed int __a, __vector signed int __b) { function
2056 vec_mergel(__vector __bool int __a, __vector __bool int __b) { function
2061 vec_mergel(__vector unsigned int __a, __vector unsigned int __b) function
2066 vec_mergel(__vector signed long long __a, __vector signed long long __b) { function
2071 vec_mergel(__vector __bool long long __a, __vector __bool long long __b) { function
2076 vec_mergel(__vector unsigned long long __a, __vector unsigned long long __b) { function
2082 vec_mergel(__vector float __a, __vector float __b) { function
2088 vec_mergel(__vector double __a, __vector double __b) { function
    [all...]
altivec.h 5292 /* vec_mergel */
5295 vec_mergel(vector signed char __a, vector signed char __b) { function
5303 vec_mergel(vector unsigned char __a, vector unsigned char __b) { function
5311 vec_mergel(vector bool char __a, vector bool char __b) { function
5318 static __inline__ vector short __ATTRS_o_ai vec_mergel(vector short __a, function
5327 vec_mergel(vector unsigned short __a, vector unsigned short __b) { function
5335 vec_mergel(vector bool short __a, vector bool short __b) { function
5342 static __inline__ vector pixel __ATTRS_o_ai vec_mergel(vector pixel __a, function
5350 static __inline__ vector int __ATTRS_o_ai vec_mergel(vector int __a, function
5359 vec_mergel(vector unsigned int __a, vector unsigned int __b) function
5366 static __inline__ vector bool int __ATTRS_o_ai vec_mergel(vector bool int __a, function
5374 static __inline__ vector float __ATTRS_o_ai vec_mergel(vector float __a, function
5384 vec_mergel(vector signed long long __a, vector signed long long __b) { function
5391 vec_mergel(vector signed long long __a, vector bool long long __b) { function
5398 vec_mergel(vector bool long long __a, vector signed long long __b) { function
5405 vec_mergel(vector unsigned long long __a, vector unsigned long long __b) { function
5412 vec_mergel(vector unsigned long long __a, vector bool long long __b) { function
5419 vec_mergel(vector bool long long __a, vector unsigned long long __b) { function
5426 vec_mergel(vector bool long long __a, vector bool long long __b) { function
5432 static __inline__ vector double __ATTRS_o_ai vec_mergel(vector double __a, function
5440 vec_mergel(vector double __a, vector bool long long __b) { function
5447 vec_mergel(vector bool long long __a, vector double __b) { function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 195 #define vec_mergel __builtin_s390_vec_mergel macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 195 #define vec_mergel __builtin_s390_vec_mergel macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 962 /* vec_mergel (vector merge low)
965 static inline vec_uchar16 vec_mergel(vec_uchar16 a, vec_uchar16 b) function
971 static inline vec_char16 vec_mergel(vec_char16 a, vec_char16 b) function
977 static inline vec_ushort8 vec_mergel(vec_ushort8 a, vec_ushort8 b) function
983 static inline vec_short8 vec_mergel(vec_short8 a, vec_short8 b) function
989 static inline vec_uint4 vec_mergel(vec_uint4 a, vec_uint4 b) function
995 static inline vec_int4 vec_mergel(vec_int4 a, vec_int4 b) function
1001 static inline vec_float4 vec_mergel(vec_float4 a, vec_float4 b) function

Completed in 25 milliseconds