Searched refs:vec_xor (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/test/include/test/
H A DSFMT-alti.h86 z = vec_xor(z, w);
88 v = vec_xor(v, x);
89 z = vec_xor(z, y);
90 z = vec_xor(z, v);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dpmmintrin.h50 __v4sf even_neg_Y = vec_xor(__Y, even_n0);
58 __v2df even_neg_Y = vec_xor(__Y, even_n0);
H A Demmintrin.h1873 return (vec_xor ((__v2df) __A, (__v2df) __B));
1897 return (__m128i)vec_xor ((__v2di) __A, (__v2di) __B);
H A Dxmmintrin.h471 return ((__m128)vec_xor ((__v4sf)__A, (__v4sf)__B));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dpmmintrin.h62 __v4sf __even_neg_Y = vec_xor(__Y, __even_n0);
70 __v2df __even_neg_Y = vec_xor(__Y, __even_n0);
H A Daltivec.h100 #define vec_vxor vec_xor
343 #define vec_xor __builtin_vec_xor macro
H A Dsi2vmx.h893 d = vec_xor((vec_uchar16)(a), (vec_uchar16)(b));
1846 return ((qword)(vec_xor((vec_uchar16)(a), (vec_uchar16)(b))));
1851 return ((qword)(vec_xor((vec_uchar16)(a),
1857 return ((qword)(vec_xor((vec_ushort8)(a),
1863 return ((qword)(vec_xor((vec_uint4)(a),
H A Demmintrin.h1905 return (vec_xor ((__v2df) __A, (__v2df) __B));
1929 return (__m128i)vec_xor ((__v2di) __A, (__v2di) __B);
H A Dxmmintrin.h494 return ((__m128)vec_xor ((__v4sf)__A, (__v4sf)__B));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dpmmintrin.h62 __v4sf __even_neg_Y = vec_xor(__Y, __even_n0);
70 __v2df __even_neg_Y = vec_xor(__Y, __even_n0);
H A Daltivec.h101 #define vec_vxor vec_xor
H A Dsi2vmx.h893 d = vec_xor((vec_uchar16)(a), (vec_uchar16)(b));
1846 return ((qword)(vec_xor((vec_uchar16)(a), (vec_uchar16)(b))));
1851 return ((qword)(vec_xor((vec_uchar16)(a),
1857 return ((qword)(vec_xor((vec_ushort8)(a),
1863 return ((qword)(vec_xor((vec_uint4)(a),
H A Demmintrin.h1907 return (vec_xor ((__v2df) __A, (__v2df) __B));
1931 return (__m128i)vec_xor ((__v2di) __A, (__v2di) __B);
H A Dxmmintrin.h494 return ((__m128)vec_xor ((__v4sf)__A, (__v4sf)__B));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h2388 /* vec_xor (vector logical xor)
2391 static inline vec_uchar16 vec_xor(vec_uchar16 a, vec_uchar16 b) function
2396 static inline vec_char16 vec_xor(vec_char16 a, vec_char16 b) function
2401 static inline vec_char16 vec_xor(vec_bchar16 a, vec_char16 b) function
2406 static inline vec_char16 vec_xor(vec_char16 a, vec_bchar16 b) function
2411 static inline vec_ushort8 vec_xor(vec_ushort8 a, vec_ushort8 b) function
2416 static inline vec_short8 vec_xor(vec_short8 a, vec_short8 b) function
2421 static inline vec_short8 vec_xor(vec_bshort8 a, vec_short8 b) function
2426 static inline vec_short8 vec_xor(vec_short8 a, vec_bshort8 b) function
2431 static inline vec_uint4 vec_xor(vec_uint function
2436 static inline vec_int4 vec_xor(vec_int4 a, vec_int4 b) function
2441 static inline vec_int4 vec_xor(vec_bint4 a, vec_int4 b) function
2446 static inline vec_int4 vec_xor(vec_int4 a, vec_bint4 b) function
2451 static inline vec_float4 vec_xor(vec_float4 a, vec_float4 b) function
2456 static inline vec_float4 vec_xor(vec_bint4 a, vec_float4 b) function
2461 static inline vec_float4 vec_xor(vec_float4 a, vec_bint4 b) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h235 #define vec_xor __builtin_s390_vec_xor macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h241 #define vec_xor __builtin_s390_vec_xor macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h104 vec_xor(vector unsigned char __a, vector unsigned char __b);
7882 // in that the vec_xor can be recognized as a vec_nor (and for P8 and
7890 __d = vec_xor(__c, __d);
7905 __d = vec_xor(__c, __d);
7919 __d = vec_xor(__c, __d);
7934 __d = vec_xor(__c, __d);
7949 __d = vec_xor(__c, __d);
7963 __d = vec_xor(__c, __d);
7978 __d = vec_xor(__c, __d);
7993 __d = vec_xor(__
13082 vec_xor(vector signed char __a, vector signed char __b) { function
13087 vec_xor(vector bool char __a, vector signed char __b) { function
13092 vec_xor(vector signed char __a, vector bool char __b) { function
13097 vec_xor(vector unsigned char __a, vector unsigned char __b) { function
13102 vec_xor(vector bool char __a, vector unsigned char __b) { function
13107 vec_xor(vector unsigned char __a, vector bool char __b) { function
13111 static __inline__ vector bool char __ATTRS_o_ai vec_xor(vector bool char __a, function
13116 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, function
13121 static __inline__ vector short __ATTRS_o_ai vec_xor(vector bool short __a, function
13126 static __inline__ vector short __ATTRS_o_ai vec_xor(vector short __a, function
13132 vec_xor(vector unsigned short __a, vector unsigned short __b) { function
13137 vec_xor(vector bool short __a, vector unsigned short __b) { function
13142 vec_xor(vector unsigned short __a, vector bool short __b) { function
13147 vec_xor(vector bool short __a, vector bool short __b) { function
13151 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a, function
13156 static __inline__ vector int __ATTRS_o_ai vec_xor(vector bool int __a, function
13161 static __inline__ vector int __ATTRS_o_ai vec_xor(vector int __a, function
13167 vec_xor(vector unsigned int __a, vector unsigned int __b) { function
13172 vec_xor(vector bool int __a, vector unsigned int __b) { function
13177 vec_xor(vector unsigned int __a, vector bool int __b) { function
13181 static __inline__ vector bool int __ATTRS_o_ai vec_xor(vector bool int __a, function
13186 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a, function
13193 static __inline__ vector float __ATTRS_o_ai vec_xor(vector bool int __a, function
13200 static __inline__ vector float __ATTRS_o_ai vec_xor(vector float __a, function
13209 vec_xor(vector signed long long __a, vector signed long long __b) { function
13214 vec_xor(vector bool long long __a, vector signed long long __b) { function
13219 vec_xor(vector signed long long __a, vector bool long long __b) { function
13224 vec_xor(vector unsigned long long __a, vector unsigned long long __b) { function
13229 vec_xor(vector bool long long __a, vector unsigned long long __b) { function
13234 vec_xor(vector unsigned long long __a, vector bool long long __b) { function
13239 vec_xor(vector bool long long __a, vector bool long long __b) { function
13243 static __inline__ vector double __ATTRS_o_ai vec_xor(vector double __a, function
13250 vec_xor(vector double __a, vector bool long long __b) { function
13255 static __inline__ vector double __ATTRS_o_ai vec_xor(vector bool long long __a, function
[all...]

Completed in 723 milliseconds