Home | History | Annotate | Download | only in Core

Lines Matching refs:Aligned

18   * \brief Enforce aligned packet loads and stores regardless of what is requested
20 * \param ExpressionType the type of the object of which we are forcing aligned packet access
72 return m_expression.template packet<Aligned>(row, col);
78 m_expression.const_cast_derived().template writePacket<Aligned>(row, col, x);
84 return m_expression.template packet<Aligned>(index);
90 m_expression.const_cast_derived().template writePacket<Aligned>(index, x);
102 /** \returns an expression of *this with forced aligned access
112 /** \returns an expression of *this with forced aligned access
122 /** \returns an expression of *this with forced aligned access if \a Enable is true.
133 /** \returns an expression of *this with forced aligned access if \a Enable is true.