Home
last modified time | relevance | path

Searched refs:Packet16i (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/arch/AVX512/
DPacketMath.h32 typedef __m512i Packet16i; typedef
110 struct unpacket_traits<Packet16i> {
125 EIGEN_STRONG_INLINE Packet16i pset1<Packet16i>(const int& from) {
191 EIGEN_STRONG_INLINE Packet16i pconj(const Packet16i& a) {
441 EIGEN_STRONG_INLINE Packet16i pload<Packet16i>(const int* from) {
455 EIGEN_STRONG_INLINE Packet16i ploadu<Packet16i>(const int* from) {
546 EIGEN_STRONG_INLINE void pstore<int>(int* to, const Packet16i& from) {
560 EIGEN_STRONG_INLINE void pstoreu<int>(int* to, const Packet16i& from) {
568 Packet16i stride_vector = _mm512_set1_epi32(stride);
569 Packet16i stride_multiplier =
[all …]
DMathFunctions.h24 const Packet16f p16f_##NAME = (__m512)pset1<Packet16i>(X)
174 Packet16i emm0 = _mm512_cvttps_epi32(padd(m, p16f_127));