Searched refs:_S_bit_shift_left (Results 1 – 6 of 6) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/ |
A D | simd_ppc.h | 51 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_shift_left() function 53 __x = _Base::_S_bit_shift_left(__x, __y); in _S_bit_shift_left() 62 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, int __y) in _S_bit_shift_left() function 64 __x = _Base::_S_bit_shift_left(__x, __y); in _S_bit_shift_left()
|
A D | simd_fixed_size.h | 1549 _GLIBCXX_SIMD_FIXED_OP(_S_bit_shift_left, <<) 1555 _S_bit_shift_left(const _SimdTuple<_Tp, _As...>& __x, int __y) 1558 return __impl._S_bit_shift_left(__xx, __y);
|
A D | simd_scalar.h | 283 static constexpr inline _Tp _S_bit_shift_left(_Tp __x, int __y)
|
A D | simd_x86.h | 1528 _S_bit_shift_left(_Tp __xx, int __y) in _S_multiplies() function 1541 _S_bit_shift_left(__vector_bitcast<make_unsigned_t<_Up>>(__x), in _S_multiplies() 1633 _S_bit_shift_left(_Tp __xx, typename _TVT::type __y) in _S_multiplies() function 1647 _S_bit_shift_left(__vector_bitcast<make_unsigned_t<_Up>>(__x), in _S_multiplies()
|
A D | simd_builtin.h | 1703 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_shift_left() function 1713 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, int __y) in _S_bit_shift_left() function
|
A D | simd.h | 4836 _Impl::_S_bit_shift_left(__data(__x), __data(__y))); 4861 _Impl::_S_bit_shift_left(__data(__x), __y));
|
Completed in 33 milliseconds