qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] tcg: Add tcg_gen_mulsu2_*
@ 2016-09-27 21:23 Richard Henderson
  2016-09-27 21:23 ` [Qemu-devel] [PATCH 1/2] tcg: Add tcg_gen_mulsu2_{i32,i64,tl} Richard Henderson
  2016-09-27 21:23 ` [Qemu-devel] [PATCH 2/2] target-microblaze: Cleanup dec_mul Richard Henderson
  0 siblings, 2 replies; 4+ messages in thread
From: Richard Henderson @ 2016-09-27 21:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: Sagar Karandikar

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-28  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-27 21:23 [Qemu-devel] [PATCH 0/2] tcg: Add tcg_gen_mulsu2_* Richard Henderson
2016-09-27 21:23 ` [Qemu-devel] [PATCH 1/2] tcg: Add tcg_gen_mulsu2_{i32,i64,tl} Richard Henderson
2016-09-27 21:23 ` [Qemu-devel] [PATCH 2/2] target-microblaze: Cleanup dec_mul Richard Henderson
2016-09-28  7:36   ` Edgar E. Iglesias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).