While reviewing the recent riscv patch set, I made a suggestion to copy
some of the bits from tcg_gen_muls2_i64 in order to implement the mulhsu
instruction.

However, I noticed that the same operation is present in another target,
so I thought that it would be better to have this as a standard operation.


r~


Richard Henderson (2):
  tcg: Add tcg_gen_mulsu2_{i32,i64,tl}
  target-microblaze: Cleanup dec_mul

 target-microblaze/translate.c | 61 +++++++------------------------------------
 tcg/tcg-op.c                  | 43 ++++++++++++++++++++++++++++++
 tcg/tcg-op.h                  |  4 +++
 3 files changed, 56 insertions(+), 52 deletions(-)

-- 
2.5.5


Reply via email to