Re: [Qemu-devel] [PATCH 08/13] target-arm: A64: add support for 1-src RBIT insn

2013-12-05 Thread Richard Henderson
On 12/06/2013 10:51 AM, Peter Maydell wrote: > From: Alexander Graf > > This adds support for the C5.6.147 RBIT instruction. > > Signed-off-by: Alexander Graf > [claudio: adapted to new decoder, use bswap64, > make RBIT part standalone from the rest of the patch, > splitting R

[Qemu-devel] [PATCH 08/13] target-arm: A64: add support for 1-src RBIT insn

2013-12-05 Thread Peter Maydell
From: Alexander Graf This adds support for the C5.6.147 RBIT instruction. Signed-off-by: Alexander Graf [claudio: adapted to new decoder, use bswap64, make RBIT part standalone from the rest of the patch, splitting REV into a separate patch] Signed-off-by: Claudio Fontana S