target-arm: A64: Implement SIMD scalar indexed instructions
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:49 +0000 (10:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:49 +0000 (10:35 +0000)
commit9f82e0ff4b21b3fce86115597e92b01fba448635
tree1618457ccabb4ee372006a1242ecceefdf7edcf2
parentc44ad1fddcf5a3deea3fb5cc340935bb11ccfb8e
target-arm: A64: Implement SIMD scalar indexed instructions

Implement the SIMD scalar indexed instructions. The encoding
here is nearly identical to the vector indexed grouping, so
we combine the two.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/translate-a64.c