Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h972 static __inline vec_float4 spu_mul(vec_float4 a, vec_float4 b) in spu_mul() function
977 static __inline vec_double2 spu_mul(vec_double2 a, vec_double2 b) in spu_mul() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h972 static __inline vec_float4 spu_mul(vec_float4 a, vec_float4 b) in spu_mul() function
977 static __inline vec_double2 spu_mul(vec_double2 a, vec_double2 b) in spu_mul() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h284 #define spu_mul(ra,rb) __builtin_spu_mul(ra,rb) macro