Re: [Qemu-devel] [PATCH 0/2] target-arm: Handle UNDEF cases for Neon load/stores

2011-04-25 Thread Aurelien Jarno
On Mon, Apr 18, 2011 at 07:07:10PM +0100, Peter Maydell wrote: > These two simple patches make qemu correctly UNDEF where required in the > Neon load/store space. We also catch and UNDEF on an UNPREDICTABLE rather > than indexing off the end of the register file. > > Tested in the usual way with r

[Qemu-devel] [PATCH 0/2] target-arm: Handle UNDEF cases for Neon load/stores

2011-04-18 Thread Peter Maydell
These two simple patches make qemu correctly UNDEF where required in the Neon load/store space. We also catch and UNDEF on an UNPREDICTABLE rather than indexing off the end of the register file. Tested in the usual way with random instruction sequences. Peter Maydell (2): target-arm: Handle UND