Searched refs:spu_gather (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h2475 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xFFFF));
2480 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xFFFF));
2485 return ((int)(spu_extract(spu_gather(spu_cmpeq((vec_char16)(a), b)), 0) == 0xFFFF));
2490 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, (vec_char16)(b))), 0) == 0xFFFF));
2495 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xFF));
2500 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xFF));
2505 return ((int)(spu_extract(spu_gather(spu_cmpeq((vec_short8)(a), b)), 0) == 0xFF));
2510 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, (vec_short8)(b))), 0) == 0xFF));
2515 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xF));
2520 return ((int)(spu_extract(spu_gather(spu_cmpe
[all...]
H A Dspu_internals.h309 #define spu_gather(ra) __builtin_spu_gather(ra) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h646 /* spu_gather
649 static __inline vec_uint4 spu_gather(vec_uchar16 a) function
655 static __inline vec_uint4 spu_gather(vec_char16 a) function
660 static __inline vec_uint4 spu_gather(vec_ushort8 a) function
665 static __inline vec_uint4 spu_gather(vec_short8 a) function
671 static __inline vec_uint4 spu_gather(vec_uint4 a) function
676 static __inline vec_uint4 spu_gather(vec_int4 a) function
681 static __inline vec_uint4 spu_gather(vec_float4 a) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h646 /* spu_gather
649 static __inline vec_uint4 spu_gather(vec_uchar16 a) function
655 static __inline vec_uint4 spu_gather(vec_char16 a) function
660 static __inline vec_uint4 spu_gather(vec_ushort8 a) function
665 static __inline vec_uint4 spu_gather(vec_short8 a) function
671 static __inline vec_uint4 spu_gather(vec_uint4 a) function
676 static __inline vec_uint4 spu_gather(vec_int4 a) function
681 static __inline vec_uint4 spu_gather(vec_float4 a) function

Completed in 170 milliseconds