]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-arm: A64: add support for 1-src data processing and CLZ
authorClaudio Fontana <claudio.fontana@linaro.org>
Tue, 17 Dec 2013 19:42:35 +0000 (19:42 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 17 Dec 2013 20:12:51 +0000 (20:12 +0000)
commit680ead216e666e5cc192fe86adf30563999a5dd8
tree1035f957eeb4315cf8f448ed6c429670819fdaf7
parent6c1adc919b6a81e008b919c53902b4877ef4d737
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>
target-arm/helper-a64.c
target-arm/helper-a64.h
target-arm/translate-a64.c