qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 04/17] target/riscv: Move vector translation checks


From: Richard Henderson
Subject: Re: [PATCH v2 04/17] target/riscv: Move vector translation checks
Date: Tue, 18 Apr 2023 10:16:53 +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: Nazar Kazakov<nazar.kazakov@codethink.co.uk>

Move the checks out of `do_opiv{v,x,i}_gvec{,_shift}` functions
and into the corresponding macros. This enables the functions to be
reused in proceeding commits without check duplication.

Signed-off-by: Nazar Kazakov<nazar.kazakov@codethink.co.uk>
---
  target/riscv/insn_trans/trans_rvv.c.inc | 28 +++++++++++--------------
  1 file changed, 12 insertions(+), 16 deletions(-)

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

r~



reply via email to

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