qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 05/17] target/riscv: Refactor translation of vector-wideni


From: Richard Henderson
Subject: Re: [PATCH v2 05/17] target/riscv: Refactor translation of vector-widening instruction
Date: Tue, 18 Apr 2023 10:18:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 4/17/23 15:58, Lawrence Hunter wrote:
From: Dickon Hood<dickon.hood@codethink.co.uk>

Zvbb (implemented in later commit) has a widening instruction, which
requires an extra check on the enabled extensions.  Refactor
GEN_OPIVX_WIDEN_TRANS() to take a check function to avoid reimplementing
it.

Signed-off-by: Dickon Hood<dickon.hood@codethink.co.uk>
---
  target/riscv/insn_trans/trans_rvv.c.inc | 52 +++++++++++--------------
  1 file changed, 23 insertions(+), 29 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]