Searched refs:spu_gather (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 2475 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xFFFF)); in vec_all_eq() 2480 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xFFFF)); in vec_all_eq() 2485 return ((int)(spu_extract(spu_gather(spu_cmpeq((vec_char16)(a), b)), 0) == 0xFFFF)); in vec_all_eq() 2490 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, (vec_char16)(b))), 0) == 0xFFFF)); in vec_all_eq() 2495 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xFF)); in vec_all_eq() 2500 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xFF)); in vec_all_eq() 2505 return ((int)(spu_extract(spu_gather(spu_cmpeq((vec_short8)(a), b)), 0) == 0xFF)); in vec_all_eq() 2510 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, (vec_short8)(b))), 0) == 0xFF)); in vec_all_eq() 2515 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xF)); in vec_all_eq() 2520 return ((int)(spu_extract(spu_gather(spu_cmpeq(a, b)), 0) == 0xF)); in vec_all_eq() [all …]
|
H A D | spu_internals.h | 309 #define spu_gather(ra) __builtin_spu_gather(ra) macro
|
H A D | spu-builtins.def | 380 DEF_BUILTIN (SPU_GATHER, CODE_FOR_nothing, "spu_gather", B_OVERLOAD, _A1(…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | spu2vmx.h | 649 static __inline vec_uint4 spu_gather(vec_uchar16 a) in spu_gather() function 655 static __inline vec_uint4 spu_gather(vec_char16 a) in spu_gather() function 660 static __inline vec_uint4 spu_gather(vec_ushort8 a) in spu_gather() function 665 static __inline vec_uint4 spu_gather(vec_short8 a) in spu_gather() function 671 static __inline vec_uint4 spu_gather(vec_uint4 a) in spu_gather() function 676 static __inline vec_uint4 spu_gather(vec_int4 a) in spu_gather() function 681 static __inline vec_uint4 spu_gather(vec_float4 a) in spu_gather() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | spu2vmx.h | 649 static __inline vec_uint4 spu_gather(vec_uchar16 a) in spu_gather() function 655 static __inline vec_uint4 spu_gather(vec_char16 a) in spu_gather() function 660 static __inline vec_uint4 spu_gather(vec_ushort8 a) in spu_gather() function 665 static __inline vec_uint4 spu_gather(vec_short8 a) in spu_gather() function 671 static __inline vec_uint4 spu_gather(vec_uint4 a) in spu_gather() function 676 static __inline vec_uint4 spu_gather(vec_int4 a) in spu_gather() function 681 static __inline vec_uint4 spu_gather(vec_float4 a) in spu_gather() function
|