On 01/06/2014 05:11 AM, Peter Maydell wrote:
> From: Alexander Graf <ag...@suse.de>
> 
> This patch adds emulation for the instruction group labeled
> "Floating-point <-> fixed-point conversions" in the ARM ARM.
> 
> Namely this includes the instructions SCVTF, UCVTF, FCVTZS, FCVTZU
> (scalar, fixed-point).
> 
> Signed-off-by: Alexander Graf <ag...@suse.de>
> [WN: Commit message tweak, rebased, updated to new infrastructure.
>  Applied bug fixes from Michael Matz and Janne Grunau.]
> Signed-off-by: Will Newton <will.new...@linaro.org>
> [PMM: significant cleanup]
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
> ---
>  target-arm/helper.c        |  13 ++++
>  target-arm/helper.h        |   2 +
>  target-arm/translate-a64.c | 186 
> ++++++++++++++++++++++++++++++++++++++++++++-
>  3 files changed, 200 insertions(+), 1 deletion(-)

Reviewed-by: Richard Henderson <r...@twiddle.net>


r~

Reply via email to