[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 05/15] tcg/arm: Implement tcg_out_dup*_vec
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 05/15] tcg/arm: Implement tcg_out_dup*_vec |
Date: |
Mon, 8 Feb 2021 18:14:22 +0000 |
On Mon, 8 Feb 2021 at 03:51, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Most of dupi is copied from tcg/aarch64, which has the same
> encoding for AdvSimdExpandImm.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/arm/tcg-target.c.inc | 283 +++++++++++++++++++++++++++++++++++++--
> 1 file changed, 275 insertions(+), 8 deletions(-)
There is a fair chunk of duplicate-with-aarch64 code here;
but it's kind of on the borderline of whether it's worth
the effort of trying to share it I guess.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH v2 02/15] tcg/arm: Add host vector framework, (continued)
[PATCH v2 03/15] tcg/arm: Implement tcg_out_ld/st for vector types, Richard Henderson, 2021/02/07
[PATCH v2 04/15] tcg/arm: Implement tcg_out_mov for vector types, Richard Henderson, 2021/02/07
[PATCH v2 07/15] tcg/arm: Implement andc, orc, abs, neg, not vector operations, Richard Henderson, 2021/02/07
[PATCH v2 05/15] tcg/arm: Implement tcg_out_dup*_vec, Richard Henderson, 2021/02/07
- Re: [PATCH v2 05/15] tcg/arm: Implement tcg_out_dup*_vec,
Peter Maydell <=
[PATCH v2 06/15] tcg/arm: Implement minimal vector operations, Richard Henderson, 2021/02/07
[PATCH v2 08/15] tcg/arm: Implement TCG_TARGET_HAS_shi_vec, Richard Henderson, 2021/02/07
[PATCH v2 13/15] tcg/arm: Implement TCG_TARGET_HAS_shv_vec, Richard Henderson, 2021/02/07
[PATCH v2 09/15] tcg/arm: Implement TCG_TARGET_HAS_mul_vec, Richard Henderson, 2021/02/07
[PATCH v2 12/15] tcg/arm: Implement TCG_TARGET_HAS_bitsel_vec, Richard Henderson, 2021/02/07