Re: [Qemu-devel] [PATCH 00/13] ARM: Handle UNDEF cases in Neon data processing insns

2011-04-12 Thread Aurelien Jarno
On Mon, Apr 11, 2011 at 04:26:10PM +0100, Peter Maydell wrote: > This extremely dull patch set cleans up the UNDEF handling in the Neon > data processing instruction space, so that we UNDEF in all the cases where > the architecture demands it, and do so early enough that we don't leak > a TCG tempo

[Qemu-devel] [PATCH 00/13] ARM: Handle UNDEF cases in Neon data processing insns

2011-04-11 Thread Peter Maydell
This extremely dull patch set cleans up the UNDEF handling in the Neon data processing instruction space, so that we UNDEF in all the cases where the architecture demands it, and do so early enough that we don't leak a TCG temporary in the process. It also fixes the handling of the one UNPREDICTABL