Re: [Qemu-devel] [PATCH v3 01/13] target-arm: A64: add support for conditional select

2013-12-09 Thread Richard Henderson
On 12/09/2013 04:37 AM, Peter Maydell wrote: > From: Claudio Fontana > > This patch adds support for the instruction group "C3.5.6 > Conditional select": CSEL, CSINC, CSINV, CSNEG. > > Signed-off-by: Claudio Fontana > [PMM: Improved code generated in the nomatch case as per RTH suggestions] > S

[Qemu-devel] [PATCH v3 01/13] target-arm: A64: add support for conditional select

2013-12-09 Thread Peter Maydell
From: Claudio Fontana This patch adds support for the instruction group "C3.5.6 Conditional select": CSEL, CSINC, CSINV, CSNEG. Signed-off-by: Claudio Fontana [PMM: Improved code generated in the nomatch case as per RTH suggestions] Signed-off-by: Peter Maydell --- target-arm/translate-a64.c