Searched defs:spu_mhhadd (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | spu2vmx.h | 931 static __inline vec_int4 spu_mhhadd(vec_short8 a, vec_short8 b, vec_int4 c) in spu_mhhadd() function 937 static __inline vec_uint4 spu_mhhadd(vec_ushort8 a, vec_ushort8 b, vec_uint4 c) in spu_mhhadd() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| H A D | spu2vmx.h | 931 static __inline vec_int4 spu_mhhadd(vec_short8 a, vec_short8 b, vec_int4 c) in spu_mhhadd() function 937 static __inline vec_uint4 spu_mhhadd(vec_ushort8 a, vec_ushort8 b, vec_uint4 c) in spu_mhhadd() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | spu_internals.h | 282 #define spu_mhhadd(ra,rb,rc) __builtin_spu_mhhadd(ra,rb,rc) macro
|