target-arm: Give the FPSCR rounding modes names
authorAlexander Graf <agraf@suse.de>
Sat, 4 Jan 2014 22:15:51 +0000 (22:15 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 8 Jan 2014 19:07:21 +0000 (19:07 +0000)
commit4d3da0f3aa5a5d0cbdb17ad49f1baf3cf1bd95a1
treedc2c9819769d8da803214764a2504024fa5a80e3
parent5640ff62c9668651beae0a438540040fd9ee05b5
target-arm: Give the FPSCR rounding modes names

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 so we don't get confused by accident.

Signed-off-by: Alexander Graf <agraf@suse.de>
[WN: Commit message tweak, use names from ARM ARM.]
Signed-off-by: Will Newton <will.newton@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/cpu.h
target-arm/helper.c