Searched refs:si_rotqmby (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h1548 return ((vec_uchar16)(si_rotqmby((qword)(a), si_from_int(count))));
1553 return ((vec_char16)(si_rotqmby((qword)(a), si_from_int(count))));
1558 return ((vec_ushort8)(si_rotqmby((qword)(a), si_from_int(count))));
1563 return ((vec_short8)(si_rotqmby((qword)(a), si_from_int(count))));
1568 return ((vec_uint4)(si_rotqmby((qword)(a), si_from_int(count))));
1573 return ((vec_int4)(si_rotqmby((qword)(a), si_from_int(count))));
1578 return ((vec_float4)(si_rotqmby((qword)(a), si_from_int(count))));
1583 return ((vec_ullong2)(si_rotqmby((qword)(a), si_from_int(count))));
1588 return ((vec_llong2)(si_rotqmby((qword)(a), si_from_int(count))));
1593 return ((vec_double2)(si_rotqmby((qwor
[all...]
H A Dsi2vmx.h1502 static __inline qword si_rotqmby(qword a, qword count) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h1548 return ((vec_uchar16)(si_rotqmby((qword)(a), si_from_int(count))));
1553 return ((vec_char16)(si_rotqmby((qword)(a), si_from_int(count))));
1558 return ((vec_ushort8)(si_rotqmby((qword)(a), si_from_int(count))));
1563 return ((vec_short8)(si_rotqmby((qword)(a), si_from_int(count))));
1568 return ((vec_uint4)(si_rotqmby((qword)(a), si_from_int(count))));
1573 return ((vec_int4)(si_rotqmby((qword)(a), si_from_int(count))));
1578 return ((vec_float4)(si_rotqmby((qword)(a), si_from_int(count))));
1583 return ((vec_ullong2)(si_rotqmby((qword)(a), si_from_int(count))));
1588 return ((vec_llong2)(si_rotqmby((qword)(a), si_from_int(count))));
1593 return ((vec_double2)(si_rotqmby((qwor
[all...]
H A Dsi2vmx.h1502 static __inline qword si_rotqmby(qword a, qword count) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu_internals.h156 #define si_rotqmby(ra,rb) __builtin_si_rotqmby(ra,rb) macro

Completed in 114 milliseconds