target-arm: implement LDA/STL instructions
commit2359bf80c1c4e8ed1e7ddb03661fec6bace82a87
authorMans Rullgard <mans@mansr.com>
Mon, 15 Jul 2013 13:35:25 +0000 (15 14:35 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jul 2013 16:13:51 +0000 (15 17:13 +0100)
treedeb72ca99251975ca41fd743da16a4e53e39c16d
parent81e69fb093099ec5dccd61c92cec308f83091511
target-arm: implement LDA/STL instructions

This adds support for the ARMv8 load acquire/store release instructions.
Since qemu does nothing special for memory barriers, these can be
emulated like their non-acquire/release counterparts.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/translate.c