Home | History | Annotate | Download | only in Core

Lines Matching refs:Aligned

151 /** \internal \returns a packet version of \a *from, from must be 16 bytes aligned */
155 /** \internal \returns a packet version of \a *from, (un-aligned load) */
175 /** \internal copy the packet \a from to \a *to, \a to must be 16 bytes aligned */
179 /** \internal copy the packet \a from to \a *to, (un-aligned store) */
269 /** \internal copy a packet with constant coeficient \a a (e.g., [a,a,a,a]) to \a *to. \a to must be 16 bytes aligned */
285 * If LoadMode equals #Aligned, \a from must be 16 bytes aligned */
289 if(LoadMode == Aligned)
296 * If StoreMode equals #Aligned, \a to must be 16 bytes aligned */
300 if(LoadMode == Aligned)
310 // by default data are aligned, so there is nothing to be done :)