[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/2] tcg: Add tcg_gen_mulsu2_*
From: |
Richard Henderson |
Subject: |
[Qemu-devel] [PATCH 0/2] tcg: Add tcg_gen_mulsu2_* |
Date: |
Tue, 27 Sep 2016 14:23:51 -0700 |
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
- [Qemu-devel] [PATCH 0/2] tcg: Add tcg_gen_mulsu2_*,
Richard Henderson <=