commit | 9f82e0ff4b21b3fce86115597e92b01fba448635 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 20 10:35:49 2014 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Feb 20 10:35:49 2014 +0000 |
tree | 1618457ccabb4ee372006a1242ecceefdf7edcf2 | |
parent | c44ad1fddcf5a3deea3fb5cc340935bb11ccfb8e [diff] |
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>