target-arm: A64: add support for ld/st with index
commita5e94a9d767b2111608fe2013492392c7117cef5
authorAlex Bennée <alex.bennee@linaro.org>
Mon, 23 Dec 2013 23:27:29 +0000 (23 23:27 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 23 Dec 2013 23:27:29 +0000 (23 23:27 +0000)
tree2f1b26a365e014aa5bb813739f1063a0e622e447
parent229b7a05e3abd3def309a04b5d1c14f3a3cb9236
target-arm: A64: add support for ld/st with index

This adds support for the pre/post-index ld/st forms with immediate
offsets as well as the un-scaled immediate form (which are all
variations on the same 9-bit immediate instruction form).

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