Re: [Qemu-devel] [PATCH 10/10] target-arm: Give the FPSCR rounding modes names

2013-12-30 Thread Richard Henderson
On 12/28/2013 01:49 PM, Peter Maydell wrote: > From: Alexander Graf > > When setting rounding modes we currently just hardcode the numeric values > for rounding modes in a big switch statement. > > With AArch64 support coming, we will need to refer to these rounding modes > at different places t

[Qemu-devel] [PATCH 10/10] target-arm: Give the FPSCR rounding modes names

2013-12-28 Thread Peter Maydell
From: Alexander Graf When setting rounding modes we currently just hardcode the numeric values for rounding modes in a big switch statement. With AArch64 support coming, we will need to refer to these rounding modes at different places throughout the code though, so let's better give them names