target-arm: Implement YIELD insn to yield in ARM and Thumb translators
commitc87e5a61c2b3024116f52f7e68273f864ff7ab82
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jul 2015 09:05:44 +0000 (6 10:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jul 2015 09:05:44 +0000 (6 10:05 +0100)
treed38337c781c9c343ccf97520db47a941167c8d0d
parent049e24a191c212d9468db84169197887f2c91586
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
target-arm/translate.c