Re: [Qemu-devel] [PATCH 2/4] tcg-mips: Implement mulsh, muluh

2013-08-28 Thread Aurelien Jarno
On Sat, Aug 17, 2013 at 04:26:44PM -0700, Richard Henderson wrote: > With the optimization in tcg_liveness_analysis, > we can avoid the MFLO when it is unused. > > Signed-off-by: Richard Henderson > --- > tcg/mips/tcg-target.c | 10 ++ > tcg/mips/tcg-target.h | 4 ++-- > 2 files changed

[Qemu-devel] [PATCH 2/4] tcg-mips: Implement mulsh, muluh

2013-08-17 Thread Richard Henderson
With the optimization in tcg_liveness_analysis, we can avoid the MFLO when it is unused. Signed-off-by: Richard Henderson --- tcg/mips/tcg-target.c | 10 ++ tcg/mips/tcg-target.h | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/tcg/mips/tcg-target.c b/tcg/mips/t