Searched refs:si_shlqby (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h2036 return ((vec_uchar16)(si_shlqby((qword)(a), si_from_uint(count))));
2041 return ((vec_char16)(si_shlqby((qword)(a), si_from_uint(count))));
2046 return ((vec_ushort8)(si_shlqby((qword)(a), si_from_uint(count))));
2051 return ((vec_short8)(si_shlqby((qword)(a), si_from_uint(count))));
2056 return ((vec_uint4)(si_shlqby((qword)(a), si_from_uint(count))));
2061 return ((vec_int4)(si_shlqby((qword)(a), si_from_uint(count))));
2066 return ((vec_float4)(si_shlqby((qword)(a), si_from_uint(count))));
2071 return ((vec_ullong2)(si_shlqby((qword)(a), si_from_uint(count))));
2076 return ((vec_llong2)(si_shlqby((qword)(a), si_from_uint(count))));
2081 return ((vec_double2)(si_shlqby((qwor
[all...]
H A Dsi2vmx.h1739 static __inline qword si_shlqby(qword a, qword count) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h2036 return ((vec_uchar16)(si_shlqby((qword)(a), si_from_uint(count))));
2041 return ((vec_char16)(si_shlqby((qword)(a), si_from_uint(count))));
2046 return ((vec_ushort8)(si_shlqby((qword)(a), si_from_uint(count))));
2051 return ((vec_short8)(si_shlqby((qword)(a), si_from_uint(count))));
2056 return ((vec_uint4)(si_shlqby((qword)(a), si_from_uint(count))));
2061 return ((vec_int4)(si_shlqby((qword)(a), si_from_uint(count))));
2066 return ((vec_float4)(si_shlqby((qword)(a), si_from_uint(count))));
2071 return ((vec_ullong2)(si_shlqby((qword)(a), si_from_uint(count))));
2076 return ((vec_llong2)(si_shlqby((qword)(a), si_from_uint(count))));
2081 return ((vec_double2)(si_shlqby((qwor
[all...]
H A Dsi2vmx.h1739 static __inline qword si_shlqby(qword a, qword count) function
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Dcachemgr.c369 si_shlqby (bit_mask, si_from_uint ((LINE_SIZE - n_bytes_dirty) / 8));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h140 #define si_shlqby(ra,rb) __builtin_si_shlqby(ra,rb) macro

Completed in 80 milliseconds