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

  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 1926 /*-- vec_mergeh -------------------------------------------------------------*/
1929 vec_mergeh(__vector signed char __a, __vector signed char __b) { function
1936 vec_mergeh(__vector __bool char __a, __vector __bool char __b) { function
1943 vec_mergeh(__vector unsigned char __a, __vector unsigned char __b) { function
1950 vec_mergeh(__vector signed short __a, __vector signed short __b) { function
1956 vec_mergeh(__vector __bool short __a, __vector __bool short __b) { function
1962 vec_mergeh(__vector unsigned short __a, __vector unsigned short __b) { function
1968 vec_mergeh(__vector signed int __a, __vector signed int __b) { function
1973 vec_mergeh(__vector __bool int __a, __vector __bool int __b) { function
1978 vec_mergeh(__vector unsigned int __a, __vector unsigned int __b) function
1983 vec_mergeh(__vector signed long long __a, __vector signed long long __b) { function
1988 vec_mergeh(__vector __bool long long __a, __vector __bool long long __b) { function
1993 vec_mergeh(__vector unsigned long long __a, __vector unsigned long long __b) { function
1999 vec_mergeh(__vector float __a, __vector float __b) { function
2005 vec_mergeh(__vector double __a, __vector double __b) { function
    [all...]
altivec.h 5022 /* vec_mergeh */
5025 vec_mergeh(vector signed char __a, vector signed char __b) { function
5033 vec_mergeh(vector unsigned char __a, vector unsigned char __b) { function
5041 vec_mergeh(vector bool char __a, vector bool char __b) { function
5048 static __inline__ vector short __ATTRS_o_ai vec_mergeh(vector short __a, function
5057 vec_mergeh(vector unsigned short __a, vector unsigned short __b) { function
5065 vec_mergeh(vector bool short __a, vector bool short __b) { function
5072 static __inline__ vector pixel __ATTRS_o_ai vec_mergeh(vector pixel __a, function
5080 static __inline__ vector int __ATTRS_o_ai vec_mergeh(vector int __a, function
5089 vec_mergeh(vector unsigned int __a, vector unsigned int __b) function
5096 static __inline__ vector bool int __ATTRS_o_ai vec_mergeh(vector bool int __a, function
5104 static __inline__ vector float __ATTRS_o_ai vec_mergeh(vector float __a, function
5114 vec_mergeh(vector signed long long __a, vector signed long long __b) { function
5122 vec_mergeh(vector signed long long __a, vector bool long long __b) { function
5130 vec_mergeh(vector bool long long __a, vector signed long long __b) { function
5138 vec_mergeh(vector unsigned long long __a, vector unsigned long long __b) { function
5146 vec_mergeh(vector unsigned long long __a, vector bool long long __b) { function
5154 vec_mergeh(vector bool long long __a, vector unsigned long long __b) { function
5162 vec_mergeh(vector bool long long __a, vector bool long long __b) { function
5169 static __inline__ vector double __ATTRS_o_ai vec_mergeh(vector double __a, function
5177 vec_mergeh(vector double __a, vector bool long long __b) { function
5184 vec_mergeh(vector bool long long __a, vector double __b) { function
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 194 #define vec_mergeh __builtin_s390_vec_mergeh macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 194 #define vec_mergeh __builtin_s390_vec_mergeh macro
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 917 /* vec_mergeh (vector merge high)
920 static inline vec_uchar16 vec_mergeh(vec_uchar16 a, vec_uchar16 b) function
926 static inline vec_char16 vec_mergeh(vec_char16 a, vec_char16 b) function
932 static inline vec_ushort8 vec_mergeh(vec_ushort8 a, vec_ushort8 b) function
938 static inline vec_short8 vec_mergeh(vec_short8 a, vec_short8 b) function
944 static inline vec_uint4 vec_mergeh(vec_uint4 a, vec_uint4 b) function
950 static inline vec_int4 vec_mergeh(vec_int4 a, vec_int4 b) function
956 static inline vec_float4 vec_mergeh(vec_float4 a, vec_float4 b) function

Completed in 69 milliseconds