Searched refs:vec_abs (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dtmmintrin.h39 return (__m128i) vec_abs ((__v8hi) __A);
46 return (__m128i) vec_abs ((__v4si) __A);
53 return (__m128i) vec_abs ((__v16qi) __A);
61 return (__m64) ((__v2du) vec_abs (__B))[0];
69 return (__m64) ((__v2du) vec_abs (__B))[0];
77 return (__m64) ((__v2du) vec_abs (__B))[0];
H A Dxmmintrin.h546 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
547 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
561 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
562 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
762 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
763 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
782 a = (__vector unsigned int) vec_abs ((__v4sf)__A);
783 b = (__vector unsigned int) vec_abs ((__v4sf)__B);
H A Demmintrin.h417 a = (__v2du)vec_abs ((__v2df)__A);
418 b = (__v2du)vec_abs ((__v2df)__B);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dtmmintrin.h50 return (__m128i) vec_abs ((__v8hi) __A);
57 return (__m128i) vec_abs ((__v4si) __A);
64 return (__m128i) vec_abs ((__v16qi) __A);
72 return (__m64) ((__v2du) vec_abs (__B))[0];
80 return (__m64) ((__v2du) vec_abs (__B))[0];
88 return (__m64) ((__v2du) vec_abs (__B))[0];
H A Dxmmintrin.h569 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
570 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
584 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
585 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
785 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
786 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
805 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
806 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
H A Daltivec.h217 #define vec_abs __builtin_vec_abs macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dtmmintrin.h50 return (__m128i) vec_abs ((__v8hi) __A);
57 return (__m128i) vec_abs ((__v4si) __A);
64 return (__m128i) vec_abs ((__v16qi) __A);
72 return (__m64) ((__v2du) vec_abs (__B))[0];
80 return (__m64) ((__v2du) vec_abs (__B))[0];
88 return (__m64) ((__v2du) vec_abs (__B))[0];
H A Dxmmintrin.h569 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
570 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
584 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
585 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
785 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
786 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
805 __a = (__vector unsigned int) vec_abs ((__v4sf)__A);
806 __b = (__vector unsigned int) vec_abs ((__v4sf)__B);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h238 #define vec_abs __builtin_s390_vec_abs macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h244 #define vec_abs __builtin_s390_vec_abs macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h40 /* vec_abs (vector absolute value)
43 static inline vec_char16 vec_abs(vec_char16 a) function
51 static inline vec_short8 vec_abs(vec_short8 a) function
56 static inline vec_int4 vec_abs(vec_int4 a) function
61 static inline vec_float4 vec_abs(vec_float4 a) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h7969 /*-- vec_abs ----------------------------------------------------------------*/
7972 vec_abs(__vector signed char __a) { function
7977 vec_abs(__vector signed short __a) { function
7982 vec_abs(__vector signed int __a) { function
7987 vec_abs(__vector signed long long __a) { function
7993 vec_abs(__vector float __a) { function
7999 vec_abs(__vector double __a) { function
H A Daltivec.h106 /* vec_abs */
108 #define __builtin_altivec_abs_v16qi vec_abs
109 #define __builtin_altivec_abs_v8hi vec_abs
110 #define __builtin_altivec_abs_v4si vec_abs
113 vec_abs(vector signed char __a) { function
118 vec_abs(vector signed short __a) { function
123 vec_abs(vector signed int __a) { function
129 vec_abs(vector signed long long __a) { function
134 static __inline__ vector float __ATTRS_o_ai vec_abs(vector float __a) { function
145 static __inline__ vector double __ATTRS_o_ai vec_abs(vecto function
[all...]

Completed in 505 milliseconds