Home
last modified time | relevance | path

Searched defs:spu_add (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h45 static __inline vec_uint4 spu_add(vec_uint4 a, vec_uint4 b) in spu_add() function
50 static __inline vec_int4 spu_add(vec_int4 a, vec_int4 b) in spu_add() function
55 static __inline vec_ushort8 spu_add(vec_ushort8 a, vec_ushort8 b) in spu_add() function
60 static __inline vec_short8 spu_add(vec_short8 a, vec_short8 b) in spu_add() function
65 static __inline vec_uint4 spu_add(vec_uint4 a, unsigned int b) in spu_add() function
70 static __inline vec_int4 spu_add(vec_int4 a, int b) in spu_add() function
75 static __inline vec_ushort8 spu_add(vec_ushort8 a, unsigned short b) in spu_add() function
80 static __inline vec_short8 spu_add(vec_short8 a, short b) in spu_add() function
85 static __inline vec_float4 spu_add(vec_float4 a, vec_float4 b) in spu_add() function
90 static __inline vec_double2 spu_add(vec_double2 a, vec_double2 b) in spu_add() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h45 static __inline vec_uint4 spu_add(vec_uint4 a, vec_uint4 b) in spu_add() function
50 static __inline vec_int4 spu_add(vec_int4 a, vec_int4 b) in spu_add() function
55 static __inline vec_ushort8 spu_add(vec_ushort8 a, vec_ushort8 b) in spu_add() function
60 static __inline vec_short8 spu_add(vec_short8 a, vec_short8 b) in spu_add() function
65 static __inline vec_uint4 spu_add(vec_uint4 a, unsigned int b) in spu_add() function
70 static __inline vec_int4 spu_add(vec_int4 a, int b) in spu_add() function
75 static __inline vec_ushort8 spu_add(vec_ushort8 a, unsigned short b) in spu_add() function
80 static __inline vec_short8 spu_add(vec_short8 a, short b) in spu_add() function
85 static __inline vec_float4 spu_add(vec_float4 a, vec_float4 b) in spu_add() function
90 static __inline vec_double2 spu_add(vec_double2 a, vec_double2 b) in spu_add() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h276 #define spu_add(ra,rb) __builtin_spu_add(ra,rb) macro