commit | 82e14b02a2bd822af6db2ef728a1698b9a24e50c | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Tue Dec 17 19:42:35 2013 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 17 20:12:51 2013 +0000 |
tree | 186114efe0c06ac74cd284f42d6393df547e8150 | |
parent | 680ead216e666e5cc192fe86adf30563999a5dd8 [diff] |
target-arm: A64: add support for 1-src RBIT insn This adds support for the C5.6.147 RBIT instruction. Signed-off-by: Alexander Graf <agraf@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.fontana@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net>