This is the mail archive of the gcc@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]

Re: powerpc & unaligned block moves with fp registers



On Friday, November 2, 2001, at 10:27 AM, DJ Delorie wrote:

>
>> 1) No DImode FPRs.
>> 2) Strictly aligned FPRs
>> 3) Word-aligned FPRs
>> 4) Arbitrary alignment FPRs.
>>
>> 	Dale and I want 3, which is the recommendation for PowerPC.  DJ
>> wants 2.  You want 1.
>
> Sigh.  DJ wants 3, not 2.  That's what PPC chips support in hardware,
> right?

Not quite; as David pointed you will get an exception if the fetch
crosses a page boundary.  Most of the time you won't.


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