Home
last modified time | relevance | path

Searched refs:vec_or (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/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)); in si_dfcmeq()
464 a_nan = vec_or(a_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)a_nan,x.v),a_inf)); in si_dfcmgt()
470 b_nan = vec_or(b_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)b_nan,x.v),b_inf)); in si_dfcmgt()
482 vec_uint4 r = vec_or(gt_hi, eqgt); in si_dfcmgt()
488 return ((qword)vec_andc(r,vec_or(a_nan,b_nan))); in si_dfcmgt()
575 anan = (vec_uint4)vec_or(a_gt,vec_and((vec_uint4)vec_slo((vec_uchar16)a_gt,x.v),ahi_inf)); in si_dfceq()
578 iszero =(vec_uint4)vec_cmpeq((vec_uint4)vec_or(aabs,babs),(vec_uint4)vec_splat_u32(0)); in si_dfceq()
582 result = vec_or(biteq,iszero); in si_dfceq()
649 a_nan = vec_or(a_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)a_nan,x.v),a_inf)); in si_dfcgt()
[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)); in _mm_or_ps()
588 return ((__m128 ) vec_or (__c, __d)); in _mm_cmpunord_ps()
809 __c = vec_or (__c, __d); in _mm_cmpunord_ss()
H A Dtmmintrin.h141 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B); in _mm_alignr_epi8()
H A Demmintrin.h463 return ((__m128d)vec_or(c, d)); in _mm_cmpunord_pd()
1899 return (vec_or ((__v2df) __A, (__v2df) __B)); in _mm_or_pd()
1923 return (__m128i)vec_or ((__v2di) __A, (__v2di) __B); in _mm_or_si128()
H A Dspu2vmx.h1204 #define spu_orc(_a, _b) vec_or(_a, vec_nor(_b, _b))
/netbsd-src/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)); in si_dfcmeq()
464 a_nan = vec_or(a_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)a_nan,x.v),a_inf)); in si_dfcmgt()
470 b_nan = vec_or(b_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)b_nan,x.v),b_inf)); in si_dfcmgt()
482 vec_uint4 r = vec_or(gt_hi, eqgt); in si_dfcmgt()
488 return ((qword)vec_andc(r,vec_or(a_nan,b_nan))); in si_dfcmgt()
575 anan = (vec_uint4)vec_or(a_gt,vec_and((vec_uint4)vec_slo((vec_uchar16)a_gt,x.v),ahi_inf)); in si_dfceq()
578 iszero =(vec_uint4)vec_cmpeq((vec_uint4)vec_or(aabs,babs),(vec_uint4)vec_splat_u32(0)); in si_dfceq()
582 result = vec_or(biteq,iszero); in si_dfceq()
649 a_nan = vec_or(a_nan, vec_and((vec_uint4)vec_slo((vec_uchar16)a_nan,x.v),a_inf)); in si_dfcgt()
[all …]
H A Daltivec.h80 #define vec_vor vec_or
H A Dxmmintrin.h488 return ((__m128)vec_or ((__v4sf)__A, (__v4sf)__B)); in _mm_or_ps()
588 return ((__m128 ) vec_or (__c, __d)); in _mm_cmpunord_ps()
809 __c = vec_or (__c, __d); in _mm_cmpunord_ss()
H A Dtmmintrin.h141 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B); in _mm_alignr_epi8()
H A Demmintrin.h461 return ((__m128d)vec_or(__c, __d)); in _mm_cmpunord_pd()
1901 return (vec_or ((__v2df) __A, (__v2df) __B)); in _mm_or_pd()
1925 return (__m128i)vec_or ((__v2di) __A, (__v2di) __B); in _mm_or_si128()
H A Dspu2vmx.h1204 #define spu_orc(_a, _b) vec_or(_a, vec_nor(_b, _b))
H A Drs6000-overload.def2718 [VEC_OR, vec_or, __builtin_vec_or]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1296 static inline vec_uchar16 vec_or(vec_uchar16 a, vec_uchar16 b) in vec_or() function
1301 static inline vec_char16 vec_or(vec_char16 a, vec_char16 b) in vec_or() function
1306 static inline vec_char16 vec_or(vec_bchar16 a, vec_char16 b) in vec_or() function
1311 static inline vec_char16 vec_or(vec_char16 a, vec_bchar16 b) in vec_or() function
1316 static inline vec_ushort8 vec_or(vec_ushort8 a, vec_ushort8 b) in vec_or() function
1321 static inline vec_short8 vec_or(vec_short8 a, vec_short8 b) in vec_or() function
1326 static inline vec_short8 vec_or(vec_bshort8 a, vec_short8 b) in vec_or() function
1331 static inline vec_short8 vec_or(vec_short8 a, vec_bshort8 b) in vec_or() function
1336 static inline vec_uint4 vec_or(vec_uint4 a, vec_uint4 b) in vec_or() function
1341 static inline vec_int4 vec_or(vec_int4 a, vec_int4 b) in vec_or() function
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h249 #define vec_or __builtin_s390_vec_or macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h255 #define vec_or __builtin_s390_vec_or macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Daltivec.h6796 #define __builtin_altivec_vor vec_or
6799 vec_or(vector signed char __a, vector signed char __b) { in vec_or() function
6804 vec_or(vector bool char __a, vector signed char __b) { in vec_or() function
6808 static __inline__ vector signed char __ATTRS_o_ai vec_or(vector signed char __a, in vec_or() function
6814 vec_or(vector unsigned char __a, vector unsigned char __b) { in vec_or() function
6819 vec_or(vector bool char __a, vector unsigned char __b) { in vec_or() function
6824 vec_or(vector unsigned char __a, vector bool char __b) { in vec_or() function
6828 static __inline__ vector bool char __ATTRS_o_ai vec_or(vector bool char __a, in vec_or() function
6833 static __inline__ vector short __ATTRS_o_ai vec_or(vector short __a, in vec_or() function
6838 static __inline__ vector short __ATTRS_o_ai vec_or(vector bool short __a, in vec_or() function
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h465 return ((__m128)vec_or ((__v4sf)__A, (__v4sf)__B)); in _mm_or_ps()
565 return ((__m128 ) vec_or (c, d)); in _mm_cmpunord_ps()
786 c = vec_or (c, d); in _mm_cmpunord_ss()
H A Dtmmintrin.h130 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B); in _mm_alignr_epi8()
H A Demmintrin.h446 return ((__m128d)vec_or(c, d)); in _mm_cmpunord_pd()
1867 return (vec_or ((__v2df) __A, (__v2df) __B)); in _mm_or_pd()
1891 return (__m128i)vec_or ((__v2di) __A, (__v2di) __B); in _mm_or_si128()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi18293 vector float vec_or (vector float, vector float);
18294 vector float vec_or (vector float, vector bool int);
18295 vector float vec_or (vector bool int, vector float);
18296 vector bool int vec_or (vector bool int, vector bool int);
18297 vector signed int vec_or (vector bool int, vector signed int);
18298 vector signed int vec_or (vector signed int, vector bool int);
18299 vector signed int vec_or (vector signed int, vector signed int);
18300 vector unsigned int vec_or (vector bool int, vector unsigned int);
18301 vector unsigned int vec_or (vector unsigned int, vector bool int);
18302 vector unsigned int vec_or (vector unsigned int, vector unsigned int);
[all …]
H A Dgcc.info47865 vector float vec_or (vector float, vector float);
47866 vector float vec_or (vector float, vector bool int);
47867 vector float vec_or (vector bool int, vector float);
47868 vector bool int vec_or (vector bool int, vector bool int);
47869 vector signed int vec_or (vector bool int, vector signed int);
47870 vector signed int vec_or (vector signed int, vector bool int);
47871 vector signed int vec_or (vector signed int, vector signed int);
47872 vector unsigned int vec_or (vector bool int, vector unsigned int);
47873 vector unsigned int vec_or (vector unsigned int, vector bool int);
47874 vector unsigned int vec_or (vector unsigned int, vector unsigned int);
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi18744 @item @code{vec_or}
H A Dgcc.info51225 'vec_or' 'vec_orc' 'vec_pack'
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201427550 vec_or, vec_perm, vec_sel, vec_sub, vec_xor, vec_all_eq,