]> git.proxmox.com Git - mirror_qemu.git/commit
target-arm: A64: Add SIMD TBL/TBLX
authorMichael Matz <matz@suse.de>
Fri, 31 Jan 2014 14:47:31 +0000 (14:47 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 31 Jan 2014 14:47:31 +0000 (14:47 +0000)
commit7c51048fa918f64806adf0f76166e9940d772eb1
tree7e1d5e1e727565a1c5b8d6368879f6c679f1b3d8
parent5c73747f3cc29471f9fbfe630ef15902e65f53b3
target-arm: A64: Add SIMD TBL/TBLX

Add support for the SIMD TBL/TBLX instructions (group C3.6.2).

Signed-off-by: Michael Matz <matz@suse.de>
[PMM: rewritten to do more of the decode in translate-a64.c,
 and to do only one 64 bit pass at a time in the helper]
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