Re: [PATCH v3 18/21] target/riscv: modification of the trans_csrxx for 128-bit support

2021-10-20 Thread Richard Henderson
On 10/19/21 2:48 AM, Frédéric Pétrot wrote: As opposed to the gen_arith and gen_shift generation helpers, the csr insns do not have a common prototype, so the choice to generate 32/64 or 128-bit helper calls is done in the trans_csrxx functions. Signed-off-by: Frédéric Pétrot Co-authored-by: Fab

[PATCH v3 18/21] target/riscv: modification of the trans_csrxx for 128-bit support

2021-10-19 Thread Frédéric Pétrot
As opposed to the gen_arith and gen_shift generation helpers, the csr insns do not have a common prototype, so the choice to generate 32/64 or 128-bit helper calls is done in the trans_csrxx functions. Signed-off-by: Frédéric Pétrot Co-authored-by: Fabien Portas --- target/riscv/insn_trans/tran