commit | 680ead216e666e5cc192fe86adf30563999a5dd8 | [log] [tgz] |
---|---|---|
author | Claudio Fontana <claudio.fontana@linaro.org> | Tue Dec 17 19:42:35 2013 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Dec 17 20:12:51 2013 +0000 |
tree | 1035f957eeb4315cf8f448ed6c429670819fdaf7 | |
parent | 6c1adc919b6a81e008b919c53902b4877ef4d737 [diff] |
target-arm: A64: add support for 1-src data processing and CLZ This patch adds support for decoding 1-src data processing insns, and the first user, C5.6.40 CLZ (count leading zeroes). 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>