Re: [PATCH v5 52/57] tcg/tci: Implement mulu2, muls2

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/11/21 3:39 PM, Richard Henderson wrote: > We already had mulu2_i32 for a 32-bit host; expand this to 64-bit > hosts as well. The muls2_i32 and the 64-bit opcodes are new. > > Signed-off-by: Richard Henderson > --- > tcg/tci/tcg-target.h | 8 > tcg/tci.c| 35

[PATCH v5 52/57] tcg/tci: Implement mulu2, muls2

2021-03-11 Thread Richard Henderson
We already had mulu2_i32 for a 32-bit host; expand this to 64-bit hosts as well. The muls2_i32 and the 64-bit opcodes are new. Signed-off-by: Richard Henderson --- tcg/tci/tcg-target.h | 8 tcg/tci.c| 35 +--