/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | si2vmx.h | 367 #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 D | altivec.h | 78 #define vec_vor vec_or 264 #define vec_or __builtin_vec_or macro
|
H A D | xmmintrin.h | 488 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 D | tmmintrin.h | 141 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B); in _mm_alignr_epi8()
|
H A D | emmintrin.h | 463 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 D | spu2vmx.h | 1204 #define spu_orc(_a, _b) vec_or(_a, vec_nor(_b, _b))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | si2vmx.h | 367 #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 D | altivec.h | 80 #define vec_vor vec_or
|
H A D | xmmintrin.h | 488 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 D | tmmintrin.h | 141 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B); in _mm_alignr_epi8()
|
H A D | emmintrin.h | 461 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 D | spu2vmx.h | 1204 #define spu_orc(_a, _b) vec_or(_a, vec_nor(_b, _b))
|
H A D | rs6000-overload.def | 2718 [VEC_OR, vec_or, __builtin_vec_or]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 1296 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 D | vecintrin.h | 249 #define vec_or __builtin_s390_vec_or macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | vecintrin.h | 255 #define vec_or __builtin_s390_vec_or macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | altivec.h | 6796 #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 D | xmmintrin.h | 465 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 D | tmmintrin.h | 130 return (__m128i) vec_or ((__v16qu) __A, (__v16qu) __B); in _mm_alignr_epi8()
|
H A D | emmintrin.h | 446 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 D | extend.texi | 18293 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 D | gcc.info | 47865 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 D | extend.texi | 18744 @item @code{vec_or}
|
H A D | gcc.info | 51225 'vec_or' 'vec_orc' 'vec_pack'
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2014 | 27550 vec_or, vec_perm, vec_sel, vec_sub, vec_xor, vec_all_eq,
|