This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: difference between aligned and unaligned acceses


ranjith kumar <ranjit_kumar_b4u@yahoo.co.uk> writes:

> how does rtl differentiate between aligned
> acces(movdqa) and unaligned acces(movdqu)???

In RTL every MEM has the associated alignment in MEM_ALIGN.  The i386
backend uses that when expanding a vector move to choose which
instruction to emit.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]