]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
target/arm: Fill in disas_ldst_atomic
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 10 May 2018 17:10:57 +0000 (18:10 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 May 2018 17:10:57 +0000 (18:10 +0100)
commit74608ea45434c9b07055b21885e093528c5ed98c
tree6b92c0ddc5ada3223b5fa5ec3a3782ba1edefa59
parent68412d2ecedbab5a43b0d346cddb27e00d724aff
target/arm: Fill in disas_ldst_atomic

This implements all of the v8.1-Atomics instructions except
for compare-and-swap, which is decoded elsewhere.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180508151437.4232-9-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/translate-a64.c