Searched refs:vec_subc (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvecintrin.h262 #define vec_subc __builtin_s390_vec_subc macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvecintrin.h268 #define vec_subc __builtin_s390_vec_subc macro
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Daltivec.h98 #define vec_vsubcuw vec_subc
H A Dsi2vmx.h365 #define si_bg(_a, _b) ((qword)(vec_subc((vec_uint4)(_b), (vec_uint4)(_a))))
667 vec_uint4 abor = vec_subc((vec_uint4)vec_splat_u32(0), aabs);
676 vec_uint4 bbor = vec_subc((vec_uint4)vec_splat_u32(0), babs);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Daltivec.h96 #define vec_vsubcuw vec_subc
198 #define vec_subc __builtin_vec_subc macro
H A Dsi2vmx.h365 #define si_bg(_a, _b) ((qword)(vec_subc((vec_uint4)(_b), (vec_uint4)(_a))))
667 vec_uint4 abor = vec_subc((vec_uint4)vec_splat_u32(0), aabs);
676 vec_uint4 bbor = vec_subc((vec_uint4)vec_splat_u32(0), babs);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dvecintrin.h8810 /*-- vec_subc ---------------------------------------------------------------*/
8813 vec_subc(__vector unsigned char __a, __vector unsigned char __b) { function
8818 vec_subc(__vector unsigned short __a, __vector unsigned short __b) { function
8823 vec_subc(__vector unsigned int __a, __vector unsigned int __b) { function
8828 vec_subc(__vector unsigned long long __a, __vector unsigned long long __b) { function
H A Daltivec.h12012 /* vec_subc */
12015 vec_subc(vector signed int __a, vector signed int __b) { function
12021 vec_subc(vector unsigned int __a, vector unsigned int __b) { function
12028 vec_subc(vector unsigned __int128 __a, vector unsigned __int128 __b) { function
12033 vec_subc(vector signed __int128 __a, vector signed __int128 __b) { function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h2053 /* vec_subc (vector subtract carryout)
2056 #define vec_subc(_a, _b) spu_genb(_a, _b) macro

Completed in 497 milliseconds