]> Git Repo - qemu.git/commit - target-arm/translate.c
target-arm: implement LDA/STL instructions
authorMans Rullgard <[email protected]>
Mon, 15 Jul 2013 13:35:25 +0000 (14:35 +0100)
committerPeter Maydell <[email protected]>
Mon, 15 Jul 2013 16:13:51 +0000 (17:13 +0100)
commit2359bf80c1c4e8ed1e7ddb03661fec6bace82a87
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 <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target-arm/translate.c
This page took 0.024232 seconds and 4 git commands to generate.