On 10/25/21 14:28, 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 <[email protected]> > Co-authored-by: Fabien Portas <[email protected]> > Reviewed-by: Richard Henderson <[email protected]> > --- > target/riscv/translate.c | 27 +++++++++++++++++++++++++ > target/riscv/insn_trans/trans_rvb.c.inc | 6 +++--- > target/riscv/insn_trans/trans_rvi.c.inc | 12 +++++------ > 3 files changed, 36 insertions(+), 9 deletions(-)
Typo "arithmetic" in subject. Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
