Searched defs:_SimdImplPpc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | simd_ppc.h | 39 struct _SimdImplPpc : _SimdImplBuiltin<_Abi> struct 41 using _Base = _SimdImplBuiltin<_Abi>; 51 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_shift_left() 62 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, int __y) in _S_bit_shift_left() 77 _S_bit_shift_right(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_shift_right() 99 _S_bit_shift_right(_SimdWrapper<_Tp, _Np> __x, int __y) in _S_bit_shift_right()
|