/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
H A D | mfc_multi_tag_reserve.c | 59 table_copy = spu_sl (table_copy, count_avail); in __mfc_multi_tag_reserve() 62 table_copy = spu_sl (table_copy, count_busy); in __mfc_multi_tag_reserve() 77 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_reserve()
|
H A D | mfc_multi_tag_release.c | 47 table_copy = spu_sl (one, number_of_tags); in __mfc_multi_tag_release() 62 tmp1 = spu_sl (__mfc_tag_table, first_tag); in __mfc_multi_tag_release()
|
H A D | divv2df3.c | 148 q1 = spu_sel(q1, (vec_double2)spu_add((vec_int4)q1, spu_sl(exp_bias, 20)), exp_mask); in __divv2df3() 157 exp = spu_and(spu_sl(exp, 20), (vec_int4)no_underflow); in __divv2df3()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | vmx2spu.h | 63 return ((vec_float4)(spu_rlmask(spu_sl((vec_uint4)(a), 1), -1))); in vec_abs() 240 return (spu_or(spu_add(a, b), spu_rlmaska(spu_sl(spu_genc(a, b), 31), -31))); in vec_adds() 590 exp = (vec_float4)(spu_sl(spu_add(ia, 127), 23)); in vec_expte() 743 frac = (vec_float4)(spu_sub((vec_int4)(a), spu_sl(exp, 23))); in vec_loge() 843 return (vec_adds(c, spu_sel((vec_short8)(spu_sl(spu_mule(a, b), 1)), in vec_madds() 1122 hi = (vec_short8)(spu_sl(spu_add(spu_mule(a, b), round), 1)); in vec_mradds() 1408 return ((vec_pixel8)(spu_shuffle(spu_sel(spu_sel(spu_sl(a, 7), spu_sl(a, 10), x03FF), in vec_packpx() 1409 spu_sl(a, 13), x001F), in vec_packpx() 1410 spu_sel(spu_sel(spu_sl(b, 7), spu_sl(b, 10), x03FF), in vec_packpx() 1411 spu_sl(b, 13), x001F), in vec_packpx() [all …]
|
H A D | spu_internals.h | 333 #define spu_sl(ra,rb) __builtin_spu_sl(ra,rb) macro
|
H A D | spu-builtins.def | 631 DEF_BUILTIN (SPU_SL, CODE_FOR_nothing, "spu_sl", B_OVERLOAD, _A1(…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | spu2vmx.h | 1937 static __inline vec_ushort8 spu_sl(vec_ushort8 a, vec_ushort8 b) in spu_sl() function 1942 static __inline vec_short8 spu_sl(vec_short8 a, vec_ushort8 b) in spu_sl() function 1947 static __inline vec_uint4 spu_sl(vec_uint4 a, vec_uint4 b) in spu_sl() function 1952 static __inline vec_int4 spu_sl(vec_int4 a, vec_uint4 b) in spu_sl() function 1957 static __inline vec_ushort8 spu_sl(vec_ushort8 a, unsigned int b) in spu_sl() function 1962 static __inline vec_short8 spu_sl(vec_short8 a, unsigned int b) in spu_sl() function 1967 static __inline vec_uint4 spu_sl(vec_uint4 a, unsigned int b) in spu_sl() function 1972 static __inline vec_int4 spu_sl(vec_int4 a, unsigned int b) in spu_sl() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | spu2vmx.h | 1937 static __inline vec_ushort8 spu_sl(vec_ushort8 a, vec_ushort8 b) in spu_sl() function 1942 static __inline vec_short8 spu_sl(vec_short8 a, vec_ushort8 b) in spu_sl() function 1947 static __inline vec_uint4 spu_sl(vec_uint4 a, vec_uint4 b) in spu_sl() function 1952 static __inline vec_int4 spu_sl(vec_int4 a, vec_uint4 b) in spu_sl() function 1957 static __inline vec_ushort8 spu_sl(vec_ushort8 a, unsigned int b) in spu_sl() function 1962 static __inline vec_short8 spu_sl(vec_short8 a, unsigned int b) in spu_sl() function 1967 static __inline vec_uint4 spu_sl(vec_uint4 a, unsigned int b) in spu_sl() function 1972 static __inline vec_int4 spu_sl(vec_int4 a, unsigned int b) in spu_sl() function
|