Searched refs:vec_or (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dsi2vmx.h367 #define si_bgx(_a, _b, _c) ((qword)(vec_and(vec_or(vec_cmpgt((vec_uint4)(_b), (vec_uint4)(_a)), \
423 anan = (vec_uint4)vec_or(a_gt,vec_and((vec_uint4)vec_slo((vec_uchar16)a_gt,x.v),ahi_inf));
464 a_nan = vec_or(a_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)a_nan,x.v),a_inf));
470 b_nan = vec_or(b_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)b_nan,x.v),b_inf));
482 vec_uint4 r = vec_or(gt_hi, eqgt);
488 return ((qword)vec_andc(r,vec_or(a_nan,b_nan)));
575 anan = (vec_uint4)vec_or(a_gt,vec_and((vec_uint4)vec_slo((vec_uchar16)a_gt,x.v),ahi_inf));
578 iszero =(vec_uint4)vec_cmpeq((vec_uint4)vec_or(aabs,babs),(vec_uint4)vec_splat_u32(0));
582 result = vec_or(biteq,iszero);
649 a_nan = vec_or(a_na
[all...]
H A Daltivec.h78 #define vec_vor vec_or
264 #define vec_or __builtin_vec_or macro
H A Dxmmintrin.h488 return ((__m128)vec_or ((__v4sf)__A, (__v4sf)__B));
588 return ((__m128 ) vec_or (__c, __d));
809 __c = vec_or (__c, __d);
H A Dtmmintrin.h141 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B);
H A Demmintrin.h463 return ((__m128d)vec_or(c, d));
1899 return (vec_or ((__v2df) __A, (__v2df) __B));
1923 return (__m128i)vec_or ((__v2di) __A, (__v2di) __B);
H A Dspu2vmx.h1204 #define spu_orc(_a, _b) vec_or(_a, vec_nor(_b, _b))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dsi2vmx.h367 #define si_bgx(_a, _b, _c) ((qword)(vec_and(vec_or(vec_cmpgt((vec_uint4)(_b), (vec_uint4)(_a)), \
423 anan = (vec_uint4)vec_or(a_gt,vec_and((vec_uint4)vec_slo((vec_uchar16)a_gt,x.v),ahi_inf));
464 a_nan = vec_or(a_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)a_nan,x.v),a_inf));
470 b_nan = vec_or(b_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)b_nan,x.v),b_inf));
482 vec_uint4 r = vec_or(gt_hi, eqgt);
488 return ((qword)vec_andc(r,vec_or(a_nan,b_nan)));
575 anan = (vec_uint4)vec_or(a_gt,vec_and((vec_uint4)vec_slo((vec_uchar16)a_gt,x.v),ahi_inf));
578 iszero =(vec_uint4)vec_cmpeq((vec_uint4)vec_or(aabs,babs),(vec_uint4)vec_splat_u32(0));
582 result = vec_or(biteq,iszero);
649 a_nan = vec_or(a_na
[all...]
H A Daltivec.h80 #define vec_vor vec_or
H A Dxmmintrin.h488 return ((__m128)vec_or ((__v4sf)__A, (__v4sf)__B));
588 return ((__m128 ) vec_or (__c, __d));
809 __c = vec_or (__c, __d);
H A Dtmmintrin.h141 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B);
H A Demmintrin.h461 return ((__m128d)vec_or(__c, __d));
1901 return (vec_or ((__v2df) __A, (__v2df) __B));
1925 return (__m128i)vec_or ((__v2di) __A, (__v2di) __B);
H A Dspu2vmx.h1204 #define spu_orc(_a, _b) vec_or(_a, vec_nor(_b, _b))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1293 /* vec_or (vector logical or)
1296 static inline vec_uchar16 vec_or(vec_uchar16 a, vec_uchar16 b) function
1301 static inline vec_char16 vec_or(vec_char16 a, vec_char16 b) function
1306 static inline vec_char16 vec_or(vec_bchar16 a, vec_char16 b) function
1311 static inline vec_char16 vec_or(vec_char16 a, vec_bchar16 b) function
1316 static inline vec_ushort8 vec_or(vec_ushort8 a, vec_ushort8 b) function
1321 static inline vec_short8 vec_or(vec_short8 a, vec_short8 b) function
1326 static inline vec_short8 vec_or(vec_bshort8 a, vec_short8 b) function
1331 static inline vec_short8 vec_or(vec_short8 a, vec_bshort8 b) function
1336 static inline vec_uint4 vec_or(vec_uint function
1341 static inline vec_int4 vec_or(vec_int4 a, vec_int4 b) function
1346 static inline vec_int4 vec_or(vec_bint4 a, vec_int4 b) function
1351 static inline vec_int4 vec_or(vec_int4 a, vec_bint4 b) function
1356 static inline vec_float4 vec_or(vec_float4 a, vec_float4 b) function
1361 static inline vec_float4 vec_or(vec_bint4 a, vec_float4 b) function
1366 static inline vec_float4 vec_or(vec_float4 a, vec_bint4 b) function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h249 #define vec_or __builtin_s390_vec_or macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h255 #define vec_or __builtin_s390_vec_or macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h465 return ((__m128)vec_or ((__v4sf)__A, (__v4sf)__B));
565 return ((__m128 ) vec_or (c, d));
786 c = vec_or (c, d);
H A Dtmmintrin.h130 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B);
H A Demmintrin.h446 return ((__m128d)vec_or(c, d));
1867 return (vec_or ((__v2df) __A, (__v2df) __B));
1891 return (__m128i)vec_or ((__v2di) __A, (__v2di) __B);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h6794 /* vec_or */
6796 #define __builtin_altivec_vor vec_or
6799 vec_or(vector signed char __a, vector signed char __b) { function
6804 vec_or(vector bool char __a, vector signed char __b) { function
6808 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, function
6814 vec_or(vector unsigned char __a, vector unsigned char __b) { function
6819 vec_or(vector bool char __a, vector unsigned char __b) { function
6824 vec_or(vector unsigned char __a, vector bool char __b) { function
6828 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, function
6833 static __inline__ vector short __ATTRS_o_ai vec_or(vecto function
6838 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, function
6843 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, function
6849 vec_or(vector unsigned short __a, vector unsigned short __b) { function
6854 vec_or(vector bool short __a, vector unsigned short __b) { function
6859 vec_or(vector unsigned short __a, vector bool short __b) { function
6863 static __inline__ vector bool short __ATTRS_o_ai vec_or(vector bool short __a, function
6868 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6873 static __inline__ vector int __ATTRS_o_ai vec_or(vector bool int __a, function
6878 static __inline__ vector int __ATTRS_o_ai vec_or(vector int __a, function
6884 vec_or(vector unsigned int __a, vector unsigned int __b) { function
6889 vec_or(vector bool int __a, vector unsigned int __b) { function
6894 vec_or(vector unsigned int __a, vector bool int __b) { function
6898 static __inline__ vector bool int __ATTRS_o_ai vec_or(vector bool int __a, function
6903 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6910 static __inline__ vector float __ATTRS_o_ai vec_or(vector bool int __a, function
6917 static __inline__ vector float __ATTRS_o_ai vec_or(vector float __a, function
6925 static __inline__ vector double __ATTRS_o_ai vec_or(vector bool long long __a, function
6931 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
6937 static __inline__ vector double __ATTRS_o_ai vec_or(vector double __a, function
6944 vec_or(vector signed long long __a, vector signed long long __b) { function
6949 vec_or(vector bool long long __a, vector signed long long __b) { function
6954 vec_or(vector signed long long __a, vector bool long long __b) { function
6959 vec_or(vector unsigned long long __a, vector unsigned long long __b) { function
6964 vec_or(vector bool long long __a, vector unsigned long long __b) { function
6969 vec_or(vector unsigned long long __a, vector bool long long __b) { function
6974 vec_or(vector bool long long __a, vector bool long long __b) { function
[all...]

Completed in 527 milliseconds