Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h1099 static __inline vec_float4 spu_nmsub(vec_float4 a, vec_float4 b, vec_float4 c) in spu_nmsub() function
1104 static __inline vec_double2 spu_nmsub(vec_double2 a, vec_double2 b, vec_double2 c) in spu_nmsub() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h1099 static __inline vec_float4 spu_nmsub(vec_float4 a, vec_float4 b, vec_float4 c) in spu_nmsub() function
1104 static __inline vec_double2 spu_nmsub(vec_double2 a, vec_double2 b, vec_double2 c) in spu_nmsub() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h289 #define spu_nmsub(ra,rb,rc) __builtin_spu_nmsub(ra,rb,rc) macro