commit | c87e5a61c2b3024116f52f7e68273f864ff7ab82 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 06 10:05:44 2015 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Jul 06 10:05:44 2015 +0100 |
tree | d38337c781c9c343ccf97520db47a941167c8d0d | |
parent | 049e24a191c212d9468db84169197887f2c91586 [diff] |
target-arm: Implement YIELD insn to yield in ARM and Thumb translators Implement the YIELD instruction in the ARM and Thumb translators to actually yield control back to the top level loop rather than being a simple no-op. (We already do this for A64.) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com> Message-id: 1435672316-3311-3-git-send-email-peter.maydell@linaro.org