Re: [Qemu-devel] [PATCH v2 02/10] target-arm: add support for neon vld1.64/vst1.64 instructions

2009-10-25 Thread Laurent Desnogues
On Sat, Oct 24, 2009 at 1:19 PM, wrote: > From: Juha Riihimäki > > Add support for NEON vld1.64 and vst1.64 instructions. This patch is > revised to follow more closely the specification and raises > undefined exception if 64bit element size is used for vld2/vst2 or > vld4/vst4 instructions. > >

[Qemu-devel] [PATCH v2 02/10] target-arm: add support for neon vld1.64/vst1.64 instructions

2009-10-24 Thread juha . riihimaki
From: Juha Riihimäki Add support for NEON vld1.64 and vst1.64 instructions. This patch is revised to follow more closely the specification and raises undefined exception if 64bit element size is used for vld2/vst2 or vld4/vst4 instructions. Signed-off-by: Juha Riihimäki --- target-arm/translat