Re: [Qemu-devel] [PATCH 1/9] target-arm: Move arm_rmode_to_sf to a shared location.

2014-01-27 Thread Peter Maydell
On 14 January 2014 16:43, Will Newton wrote: > This function will be needed for AArch32 ARMv8 support, so move it to > helper.c where it can be used by both targets. Also moves the code out > of line, but as it is quite a large function I don't believe this > should be a significant performance im

[Qemu-devel] [PATCH 1/9] target-arm: Move arm_rmode_to_sf to a shared location.

2014-01-14 Thread Will Newton
This function will be needed for AArch32 ARMv8 support, so move it to helper.c where it can be used by both targets. Also moves the code out of line, but as it is quite a large function I don't believe this should be a significant performance impact. Signed-off-by: Will Newton --- target-arm/cpu