On 12/06/2013 10:51 AM, Peter Maydell wrote: > From: Alexander Graf <ag...@suse.de> > > This adds support for the C5.6.147 RBIT instruction. > > Signed-off-by: Alexander Graf <ag...@suse.de> > [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 <claudio.font...@linaro.org> > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target-arm/helper-a64.c | 18 ++++++++++++++++++ > target-arm/helper-a64.h | 1 + > target-arm/translate-a64.c | 20 ++++++++++++++++++++ > 3 files changed, 39 insertions(+)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~