On 12/31/2013 05:35 AM, Peter Maydell wrote: > From: Will Newton <will.new...@linaro.org> > > The VFP conversion helpers for A32 round to zero as this is the only > rounding mode supported. Rename these helpers to make it clear that > they round to zero and are not suitable for use in the AArch64 code. > > Signed-off-by: Will Newton <will.new...@linaro.org> > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > target-arm/helper.c | 19 ++++++++++++++----- > target-arm/helper.h | 16 ++++++++-------- > target-arm/translate.c | 24 +++++++++++++----------- > 3 files changed, 35 insertions(+), 24 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~