HomeSort by: relevance | last modified time | path
    Searched refs:vec_subc (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/s390/
vecintrin.h 268 #define vec_subc __builtin_s390_vec_subc macro
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
vecintrin.h 268 #define vec_subc __builtin_s390_vec_subc macro
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
altivec.h 98 #define vec_vsubcuw vec_subc
si2vmx.h 365 #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);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
altivec.h 98 #define vec_vsubcuw vec_subc
si2vmx.h 365 #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);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
vecintrin.h 8810 /*-- 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
altivec.h 12012 /* 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
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
vmx2spu.h 2053 /* vec_subc (vector subtract carryout)
2056 #define vec_subc(_a, _b) spu_genb(_a, _b) macro

Completed in 30 milliseconds