Searched refs:spu_rl (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Dmfc_tag_release.c48 has_been_reserved = (vector signed int) spu_rl (__mfc_tag_table, tag);
H A Dmfc_multi_tag_reserve.c78 table_copy = spu_rl (table_copy, -number_of_tags - spu_extract (index, 0));
H A Dmfc_multi_tag_release.c48 table_copy = spu_rl (table_copy, -last_tag);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h1357 /* spu_rl
1360 static __inline vec_ushort8 spu_rl(vec_ushort8 a, vec_short8 b) function
1365 static __inline vec_short8 spu_rl(vec_short8 a, vec_short8 b) function
1370 static __inline vec_uint4 spu_rl(vec_uint4 a, vec_int4 b) function
1375 static __inline vec_int4 spu_rl(vec_int4 a, vec_int4 b) function
1380 static __inline vec_ushort8 spu_rl(vec_ushort8 a, int b) function
1385 static __inline vec_short8 spu_rl(vec_short8 a, int b) function
1390 static __inline vec_uint4 spu_rl(vec_uint4 a, int b) function
1395 static __inline vec_int4 spu_rl(vec_int4 a, int b) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h1357 /* spu_rl
1360 static __inline vec_ushort8 spu_rl(vec_ushort8 a, vec_short8 b) function
1365 static __inline vec_short8 spu_rl(vec_short8 a, vec_short8 b) function
1370 static __inline vec_uint4 spu_rl(vec_uint4 a, vec_int4 b) function
1375 static __inline vec_int4 spu_rl(vec_int4 a, vec_int4 b) function
1380 static __inline vec_ushort8 spu_rl(vec_ushort8 a, int b) function
1385 static __inline vec_short8 spu_rl(vec_short8 a, int b) function
1390 static __inline vec_uint4 spu_rl(vec_uint4 a, int b) function
1395 static __inline vec_int4 spu_rl(vec_int4 a, int b) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dvmx2spu.h1089 return ((vec_short8)(spu_shuffle(spu_madd((vec_short8)(spu_rl((vec_uint4)(a), -16)),
1090 (vec_short8)(spu_rl((vec_uint4)(b), -16)),
1091 (vec_int4)(spu_rl((vec_uint4)(c), -16))),
1561 r1 = spu_rl(spu_and((vec_ushort8)(a), 0xFF), (vec_short8)spu_and((vec_ushort8)(b), 7));
1562 r2 = spu_rl(spu_and((vec_ushort8)(a), -256), (vec_short8)spu_and(spu_rlmask((vec_ushort8)(b), -8), 7));
1573 return (spu_rl(a, (vec_short8)(b)));
1578 return (spu_rl(a, (vec_short8)(b)));
1583 return (spu_rl(a, (vec_int4)(b)));
1588 return (spu_rl(a, (vec_int4)(b)));
H A Dspu_internals.h324 #define spu_rl(ra,rb) __builtin_spu_rl(ra,rb) macro

Completed in 216 milliseconds