Re: [PATCH v5 10/18] target/riscv: support for 128-bit bitwise instructions

2021-11-23 Thread Alistair Francis
On Sat, Nov 13, 2021 at 1:20 AM Frédéric Pétrot wrote: > > The 128-bit bitwise instructions do not need any function prototype change > as the functions can be applied independently on the lower and upper part of > the registers. > > Signed-off-by: Frédéric Pétrot > Co-authored-by: Fabien Portas

Re: [PATCH v5 10/18] target/riscv: support for 128-bit bitwise instructions

2021-11-15 Thread Richard Henderson
On 11/12/21 3:58 PM, Frédéric Pétrot wrote: The 128-bit bitwise instructions do not need any function prototype change as the functions can be applied independently on the lower and upper part of the registers. Signed-off-by: Frédéric Pétrot Co-authored-by: Fabien Portas --- target/riscv/trans

[PATCH v5 10/18] target/riscv: support for 128-bit bitwise instructions

2021-11-12 Thread Frédéric Pétrot
The 128-bit bitwise instructions do not need any function prototype change as the functions can be applied independently on the lower and upper part of the registers. Signed-off-by: Frédéric Pétrot Co-authored-by: Fabien Portas --- target/riscv/translate.c | 21 +++-- 1 file cha