[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH] target-ppc: Load/Store Vector Element Storage Ali
From: |
Alexander Graf |
Subject: |
Re: [Qemu-ppc] [PATCH] target-ppc: Load/Store Vector Element Storage Alignment |
Date: |
Thu, 20 Nov 2014 15:07:49 +0100 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 17.11.14 21:58, Tom Musta wrote:
> The Load Vector Element Indexed and Store Vector Element Indexed
> instructions compute an effective address in the usual manner.
> However, they truncate that address to the natural boundary.
> For example, the lvewx instruction will ignore the least significant
> two bits of the address and thus load the aligned word of storage.
>
> Fix the generators for these instruction to properly perform this
> truncation.
>
> Signed-off-by: Tom Musta <address@hidden>
Thanks, applied to ppc-next-2.3
Alex