On 12/31/2013 05:35 AM, Peter Maydell wrote: > From: Will Newton <[email protected]> > > 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 <[email protected]> > Signed-off-by: Peter Maydell <[email protected]> > --- > 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 <[email protected]> r~
