On 17 February 2018 at 18:23, Richard Henderson
<richard.hender...@linaro.org> wrote:
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  target/arm/helper-sve.h    | 56 +++++++++++++++++++++++++++++++++++
>  target/arm/sve_helper.c    | 68 ++++++++++++++++++++++++++++++++++++++++++
>  target/arm/translate-sve.c | 73 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  target/arm/sve.decode      | 14 +++++++++
>  4 files changed, 211 insertions(+)

> +#define float16_two  make_float16(0x4000)
> +#define float32_two  make_float32(0x40000000)
> +#define float64_two  make_float64(0x4000000000000000ULL)

I think Alex's softfloat series puts these in the common
header now ?

Anyway
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>

thanks
-- PMM

Reply via email to