| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| vmx2spu.h | 47 minus_a = (vec_char16)(spu_add((vec_ushort8)(spu_and(spu_xor(a, 0xFF), 0x7F)), 0x101)); 100 return ((vec_uchar16)(spu_sel(spu_add((vec_ushort8)(a), (vec_ushort8)(b)), 101 spu_add(spu_and((vec_ushort8)(a), 0xFF00), spu_and((vec_ushort8)(b), 0xFF00)), 120 static inline vec_ushort8 vec_add(vec_ushort8 a, vec_ushort8 b) 177 s1 = (vec_uchar16)(spu_add(spu_rlmask((vec_ushort8)(a), -8), spu_rlmask((vec_ushort8)(b), -8))) [all...] |
| spu_intrinsics.h | 28 #define vec_ushort8 __vector unsigned short macro
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| spu2vmx.h | 55 static __inline vec_ushort8 spu_add(vec_ushort8 a, vec_ushort8 b) 57 return ((vec_ushort8)(si_ah((qword)(a), (qword)(b)))); 75 static __inline vec_ushort8 spu_add(vec_ushort8 a, unsigned short b) 77 return ((vec_ushort8)(si_ahi((qword)(a), (short)(b)))); 123 static __inline vec_ushort8 spu_and(vec_ushort8 a, vec_ushort8 b [all...] |
| vec_types.h | 35 #define vec_ushort8 __vector unsigned short macro
|
| si2vmx.h | 281 #define si_ah(_a, _b) ((qword)(vec_add((vec_ushort8)(_a), (vec_ushort8)(_b)))) 501 return ((qword)(vec_cmpeq((vec_ushort8)(a), (vec_ushort8)(b)))); 614 return ((qword)(vec_cmpgt((vec_ushort8)(a), (vec_ushort8)(b)))); 727 return ((qword)(vec_cmpgt((vec_ushort8)(a), 728 vec_splat((vec_ushort8)(si_from_ushort(b)), 1)))); 966 vec_ushort8 bits; 969 bits = vec_sl(vec_and((vec_ushort8)(a), vec_splat_u16(1)), ((vec_ushort8){7, 6, 5, 4, 3, 2, 1, 0})) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| spu2vmx.h | 55 static __inline vec_ushort8 spu_add(vec_ushort8 a, vec_ushort8 b) 57 return ((vec_ushort8)(si_ah((qword)(a), (qword)(b)))); 75 static __inline vec_ushort8 spu_add(vec_ushort8 a, unsigned short b) 77 return ((vec_ushort8)(si_ahi((qword)(a), (short)(b)))); 123 static __inline vec_ushort8 spu_and(vec_ushort8 a, vec_ushort8 b [all...] |
| vec_types.h | 35 #define vec_ushort8 __vector unsigned short macro
|
| si2vmx.h | 281 #define si_ah(_a, _b) ((qword)(vec_add((vec_ushort8)(_a), (vec_ushort8)(_b)))) 501 return ((qword)(vec_cmpeq((vec_ushort8)(a), (vec_ushort8)(b)))); 614 return ((qword)(vec_cmpgt((vec_ushort8)(a), (vec_ushort8)(b)))); 727 return ((qword)(vec_cmpgt((vec_ushort8)(a), 728 vec_splat((vec_ushort8)(si_from_ushort(b)), 1)))); 966 vec_ushort8 bits; 969 bits = vec_sl(vec_and((vec_ushort8)(a), vec_splat_u16(1)), ((vec_ushort8){7, 6, 5, 4, 3, 2, 1, 0})) [all...] |