Re: [PATCH v7 13/18] target/riscv: support for 128-bit arithmetic instructions

2022-01-05 Thread Alistair Francis
On Tue, Dec 14, 2021 at 2:44 AM Frédéric Pétrot wrote: > > Addition of 128-bit adds and subs in their various sizes, > "set if less than"s and branches. > Refactored the code to have a comparison function used for both stls and > branches. > > Signed-off-by: Frédéric Pétrot > Co-authored-by: Fabi

[PATCH v7 13/18] target/riscv: support for 128-bit arithmetic instructions

2021-12-13 Thread Frédéric Pétrot
Addition of 128-bit adds and subs in their various sizes, "set if less than"s and branches. Refactored the code to have a comparison function used for both stls and branches. Signed-off-by: Frédéric Pétrot Co-authored-by: Fabien Portas --- target/riscv/insn32.decode | 3 + target