Re: [Qemu-devel] [PATCH 4/7] target-arm: Refactor int-float conversions

2011-05-14 Thread Aurelien Jarno
On Sun, May 08, 2011 at 01:32:34PM +0300, Blue Swirl wrote: > On Fri, May 6, 2011 at 7:38 PM, Paul Brook wrote: > >> On Fri, May 6, 2011 at 5:09 PM, Paul Brook wrote: > >> >> The Neon versions of int-float conversions need their own helper > >> >> routines because they must use the "standard FPSC

Re: [Qemu-devel] [PATCH 4/7] target-arm: Refactor int-float conversions

2011-05-08 Thread Blue Swirl
On Fri, May 6, 2011 at 7:38 PM, Paul Brook wrote: >> On Fri, May 6, 2011 at 5:09 PM, Paul Brook wrote: >> >> The Neon versions of int-float conversions need their own helper >> >> routines because they must use the "standard FPSCR" rather than the >> >> default one. Refactor the helper functions

Re: [Qemu-devel] [PATCH 4/7] target-arm: Refactor int-float conversions

2011-05-06 Thread Paul Brook
> On Fri, May 6, 2011 at 5:09 PM, Paul Brook wrote: > >> The Neon versions of int-float conversions need their own helper > >> routines because they must use the "standard FPSCR" rather than the > >> default one. Refactor the helper functions to make it easy to add the > >> neon versions. While we

Re: [Qemu-devel] [PATCH 4/7] target-arm: Refactor int-float conversions

2011-05-06 Thread Blue Swirl
On Fri, May 6, 2011 at 5:09 PM, Paul Brook wrote: >> The Neon versions of int-float conversions need their own helper routines >> because they must use the "standard FPSCR" rather than the default one. >> Refactor the helper functions to make it easy to add the neon versions. >> While we're touchi

Re: [Qemu-devel] [PATCH 4/7] target-arm: Refactor int-float conversions

2011-05-06 Thread Peter Maydell
On 6 May 2011 15:09, Paul Brook wrote: >> The Neon versions of int-float conversions need their own helper routines >> because they must use the "standard FPSCR" rather than the default one. >> Refactor the helper functions to make it easy to add the neon versions. >> While we're touching the code

Re: [Qemu-devel] [PATCH 4/7] target-arm: Refactor int-float conversions

2011-05-06 Thread Paul Brook
> The Neon versions of int-float conversions need their own helper routines > because they must use the "standard FPSCR" rather than the default one. > Refactor the helper functions to make it easy to add the neon versions. > While we're touching the code, move the helpers to op_helper.c so that >

[Qemu-devel] [PATCH 4/7] target-arm: Refactor int-float conversions

2011-05-06 Thread Peter Maydell
The Neon versions of int-float conversions need their own helper routines because they must use the "standard FPSCR" rather than the default one. Refactor the helper functions to make it easy to add the neon versions. While we're touching the code, move the helpers to op_helper.c so that we can use