Re: [PATCH v5 05/18] target/riscv: separation of bitwise logic and arithmetic helpers

2021-11-22 Thread Alistair Francis
On Sat, Nov 13, 2021 at 1:11 AM Frédéric Pétrot wrote: > > Introduction of a gen_logic function for bitwise logic to implement > instructions in which not propagation of information occurs between bits and > use of this function on the bitwise instructions. > > Signed-off-by: Frédéric Pétrot > Co

[PATCH v5 05/18] target/riscv: separation of bitwise logic and arithmetic helpers

2021-11-12 Thread Frédéric Pétrot
Introduction of a gen_logic function for bitwise logic to implement instructions in which not propagation of information occurs between bits and use of this function on the bitwise instructions. Signed-off-by: Frédéric Pétrot Co-authored-by: Fabien Portas Reviewed-by: Richard Henderson --- tar