Re: [PATCH 04/17] target/riscv: Use gpr_{src, dst} in word division operations

2021-07-12 Thread Alistair Francis
On Fri, Jul 9, 2021 at 2:44 PM Richard Henderson wrote: > > Allocate new temps to hold the source extensions, and > extend directly from the source registers. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/translate.c | 46 +++

[PATCH 04/17] target/riscv: Use gpr_{src, dst} in word division operations

2021-07-08 Thread Richard Henderson
Allocate new temps to hold the source extensions, and extend directly from the source registers. Signed-off-by: Richard Henderson --- target/riscv/translate.c | 46 +++- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/target/riscv/translate.c b