Home
last modified time | relevance | path

Searched refs:_Bytes (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/
A Dsimd.h387 template <size_t _Bytes>
450 static_assert(_Bytes != _Bytes, "this should be unreachable");
548 { return _Bytes; }
573 return _Bytes <= 16 && is_same_v<simd_abi::_VecBuiltin<_Bytes>, _Abi>;
583 return _Bytes > 16 && _Bytes <= 32
594 return _Bytes <= 64 && is_same_v<simd_abi::_Avx512<_Bytes>, _Abi>;
604 return _Bytes <= 16 && is_same_v<simd_abi::_VecBuiltin<_Bytes>, _Abi>;
1378 template <typename _Tp, size_t _Bytes, size_t = _Bytes % sizeof(_Tp)>
4123 template <int _Bytes>
4140 template <int _Bytes>
[all …]
A Dsimd_builtin.h1237 if constexpr (sizeof(_Rp) == _Bytes) in _S_load()
1240 __builtin_memcpy(&__r, __p, _Bytes); in _S_load()
1248 conditional_t<_Bytes % 4 == 0, in _S_load()
1257 __builtin_memcpy(&__r, __p, _Bytes); in _S_load()
1266 static_assert(_Bytes <= sizeof(_V)); in _S_load()
1267 __builtin_memcpy(&__r, __p, _Bytes); in _S_load()
1279 static_assert(sizeof(__x) >= _Bytes); in _S_store()
1289 (is_integral_v<_Tp> || _Bytes < 4), in _S_store()
1297 if constexpr ((_Bytes & (_Bytes - 1)) != 0) in _S_store()
1305 __builtin_memcpy(__addr, &__v, _Bytes); in _S_store()
[all …]
A Dsimd_x86.h473 if constexpr ((_Bytes & (_Bytes - 1)) != 0 && __have_avx512bw_vl) in _S_store()
477 if constexpr (_Bytes & 1) in _S_store()
479 if constexpr (_Bytes < 16) in _S_store()
482 else if constexpr (_Bytes < 32) in _S_store()
490 else if constexpr (_Bytes & 2) in _S_store()
492 if constexpr (_Bytes < 16) in _S_store()
495 else if constexpr (_Bytes < 32) in _S_store()
503 else if constexpr (_Bytes & 4) in _S_store()
505 if constexpr (_Bytes < 16) in _S_store()
518 _Bytes > 16, in _S_store()
[all …]

Completed in 24 milliseconds