[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 3/3] tcg/sparc64: Remove sparc32plus constraints
From: |
Peter Maydell |
Subject: |
Re: [PATCH 3/3] tcg/sparc64: Remove sparc32plus constraints |
Date: |
Sun, 30 Oct 2022 15:38:19 +0000 |
On Mon, 17 Oct 2022 at 07:44, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> With sparc64 we need not distinguish between registers that
> can hold 32-bit values and those that can hold 64-bit values.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/sparc64/tcg-target-con-set.h | 16 +----
> tcg/sparc64/tcg-target-con-str.h | 3 -
> tcg/sparc64/tcg-target.c.inc | 109 ++++++++++++-------------------
> 3 files changed, 44 insertions(+), 84 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM